How to Resolve Mastodon ‘Invalid Token’ in a Third-Party Client

When you see the error Invalid Token in a third-party Mastodon client, your app cannot authenticate with your Mastodon account. This usually happens because the access token the client uses has expired, been revoked, or was never generated correctly. The token is a secret key that proves your identity to the Mastodon API. This article … Read more

How to Fix Mastodon App Crash on Android Startup

The Mastodon app for Android may crash immediately after you tap the icon, before the home timeline or login screen appears. This problem typically occurs due to corrupted cached data, an outdated app version, or incompatibility with your device's Android system WebView component. This article explains the root causes of the startup crash and provides … Read more

Mastodon Web Client White Screen on Load: Causes and Fix

Opening your Mastodon web client and seeing only a blank white screen instead of your timeline is a frustrating experience. This problem typically occurs because the browser cannot load or execute the JavaScript code that renders the Mastodon interface. A corrupted browser cache, a malfunctioning browser extension, or a temporary server-side issue are the most … Read more

How to Fix Mastodon ‘TLS Handshake Failed’ Federation Errors

Mastodon instances that fail to communicate with each other often show a “TLS handshake failed” error in the server logs or in the admin dashboard. This error prevents your instance from receiving posts from remote servers and stops your users from following accounts on other instances. The root cause is almost always a misconfigured TLS … Read more

Mastodon Push Notifications Stopped Working on iOS: Fix

Mastodon push notifications on your iPhone or iPad have stopped arriving. You open the app and see replies, boosts, and new followers, but your lock screen stays silent. This problem usually happens because the iOS notification permission expired, the Mastodon server changed its push endpoint, or a recent iOS update reset notification settings. This article … Read more