Troubleshooting
Mistflow not showing up in my editor
Section titled “Mistflow not showing up in my editor”Your editor can’t see Mistflow.
-
Check that the MCP config file exists and has the
mistflowentry:- Claude Code:
~/.claude.json - Cursor:
~/.cursor/mcp.json
- Claude Code:
-
Restart your editor completely (not just reload).
-
If the issue persists, re-run the installer:
Terminal window npx -y mistflow-ai install
“Authentication failed”
Section titled ““Authentication failed””Your credentials are missing or expired.
Tell your AI: Log me in to Mistflow — this re-runs the device code auth flow and refreshes your credentials.
Build fails during deploy
Section titled “Build fails during deploy”Mistflow runs a build check before deploying. If it fails:
- Ask your AI:
Debug the build errors— it will parse the errors and suggest fixes. - Fix the issues and ask to deploy again.
Deploy succeeds but the site shows a blank page
Section titled “Deploy succeeds but the site shows a blank page”This usually means:
- The
index.htmlis missing from the build output - JavaScript has a runtime error
Ask your AI: Debug why my deployed site shows a blank page — it will check the build output and logs.
Custom domain not working
Section titled “Custom domain not working”DNS propagation can take up to 48 hours (usually 1-10 minutes).
- Check your DNS records match what the dashboard shows
- Click Verify in the dashboard to re-check
- Make sure you don’t have conflicting A/AAAA records for the same domain
”Deploy limit reached”
Section titled “”Deploy limit reached””You’ve hit your plan’s monthly deploy limit. Options:
- Wait until the next billing cycle
- Upgrade your plan from Settings
Something else?
Section titled “Something else?”- Check the FAQ
- Join the Discord community
- Open an issue on GitHub