Mastodon ‘Account Pending Approval’ Stuck for Days: What to Do

You filled out the registration form on a Mastodon instance, but your account status shows ‘Pending approval’ and it has not changed for days. This usually happens on instances that require manual moderator approval for new accounts. If the instance has few moderators or a large backlog, your request can stall indefinitely. This article explains … Read more

Mastodon ‘Database Connection Timeout’ on Self-Hosted Instance: Fix

When you self-host a Mastodon instance, the service depends on a PostgreSQL database to store posts, accounts, and timeline data. A “Database Connection Timeout” error means your Mastodon web or streaming processes cannot reach the database within the configured time limit. This typically occurs due to resource exhaustion, misconfigured connection pools, or network latency between … Read more

How to Fix Mastodon ‘Custom Emoji Failed to Load’ on Federated Posts

When you browse the Mastodon federated timeline, custom emoji from other instances often appear as broken image placeholders or plain text like :blobcat:. This happens because Mastodon does not automatically fetch emoji files from remote servers. The error message “Custom Emoji Failed to Load” indicates that your local instance cannot retrieve or display the emoji … Read more

Mastodon ‘Avatar Image Failed to Process’ Error: Causes

When you upload a new profile picture on Mastodon, the server must resize and optimize the image before it becomes visible to others. The “Avatar image failed to process” error means this server-side operation could not complete. This failure usually happens because the image file violates one of Mastodon’s strict technical requirements. This article explains … Read more

Mastodon ‘Streaming API Disconnected’ on Web Client: Fix

When using the Mastodon web client, the error message “Streaming API Disconnected” appears in the browser console or as a visible notification. This error means the real-time connection between your browser and the Mastodon server has dropped. The streaming API is responsible for delivering new posts, notifications, and timeline updates without requiring a page refresh. … Read more