#stuck on dashboard
3 messages · Page 1 of 1 (latest)
If your Convex dashboard is stuck on loading and you can't see anything in your prod or dev dashboard, here are some troubleshooting steps based on similar issues reported by other users:
-
Network Issues or Security Software: Sometimes, security software like Malwarebytes or browser extensions can block Convex domains, causing the dashboard to hang. Try running the network test at [https://network-test.previews.convex.dev/](https://network-test.previews.convex.dev/) or use
npx convex network-testto diagnose connectivity issues. Also, check if disabling security software or browser extensions resolves the issue. One user found that Malwarebytes was blocking the dashboard, and disabling it fixed the problem. You can also try a different browser to see if the issue persists. If you’re on a Mac, some users reported that Safari worked when Chrome did not, but the root cause was still security software, not the browser itself DB not loading Convex DB not loading. -
Browser-Specific Issues: If you are using Safari or Brave, note that these browsers may block requests to localhost, which can prevent the dashboard from working with local deployments. Try using another browser or adjust the browser settings as described in the Convex documentation Local Deployments for Development.
-
Dashboard or Backend Issues: Occasionally, there may be temporary issues with the Convex dashboard or backend. Check the Convex status page for any ongoing incidents. Sometimes, performance issues or maintenance can cause the dashboard to hang Are there performance problems?.
-
Try Refreshing or Restarting: Refresh the dashboard page, clear your browser cache, or restart your browser. If you are running a local deployment, try restarting your local Convex server with
npx convex devDashboard erroring after page refresh due to update on local deployment. -
Contact Support: If the issue persists, and especially if you are a Convex Pro customer, you can reach out to [email protected] with your instance name for further assistance Backups hanging.