Troubleshooting
Common issues and how to fix them.
AI Generation Issues
AI Not Responding
Symptoms: No response after sending message
Solutions:
- Check your internet connection
- Refresh the page
- Try again in a few seconds
- Check if you have credits remaining (if applicable)
Code Not Generating
Symptoms: AI responds but no code appears
Solutions:
- Ensure you're in Build mode (not Chat mode)
- Check browser console for errors
- Try a more specific prompt
- Refresh and try again
Incomplete Code
Symptoms: Code generation stops mid-way
Solutions:
- Ask AI to "continue" or "finish the code"
- Break request into smaller parts
- Check if you hit token limit
Preview Issues
WebApp Preview Not Loading
Symptoms: Blank preview or loading forever
Solutions:
- Check browser console for JavaScript errors
- Verify no syntax errors in generated code
- Click refresh button in preview
- Try opening in new tab
Mobile Preview Not Connecting
Symptoms: QR code doesn't work or app won't load
Solutions:
- Ensure device and computer are on same WiFi network
- Update Expo Go app to latest version
- Try scanning QR code again
- Restart Expo Go app
- Check firewall isn't blocking connection
Extension Preview Not Working
Symptoms: Extension features not functioning
Solutions:
- Check manifest.json is valid
- Verify permissions are correct
- Look for errors in background script console
- Try loading as unpacked extension in Chrome
Export Issues
GitHub Export Failing
Symptoms: Can't push to GitHub
Solutions:
- Verify GitHub token is valid
- Check repository permissions
- Ensure repository name is unique
- Try creating repository manually first
Download Not Working
Symptoms: ZIP file won't download
Solutions:
- Check browser download settings
- Disable popup blocker
- Try different browser
- Check available disk space
Integration Issues
Supabase Connection Error
Symptoms: Database operations failing
Solutions:
- Verify Supabase URL and anon key are correct
- Check RLS policies allow operation
- Verify user is authenticated (if required)
- Check Supabase dashboard for errors
Stripe Not Working
Symptoms: Payments failing
Solutions:
- Verify API keys are correct (test vs live)
- Check webhook endpoint is accessible
- Verify webhook secret matches
- Test with Stripe test cards first
Authentication Issues
Can't Log In
Symptoms: Login fails or redirects incorrectly
Solutions:
- Clear browser cache and cookies
- Check email/password are correct
- Verify email is confirmed
- Try password reset
Session Expired
Symptoms: Logged out unexpectedly
Solutions:
- Log in again
- Check if cookies are enabled
- Verify not using incognito mode
Performance Issues
Slow Generation
Symptoms: AI takes long time to respond
Solutions:
- This is normal for complex requests
- Break into smaller requests
- Use Chat mode for quick questions
- Upgrade to Plus/Ultra for priority queue
Preview Laggy
Symptoms: Preview is slow or unresponsive
Solutions:
- Close other browser tabs
- Refresh preview
- Check for infinite loops in code
- Optimize images and assets
Error Messages
"Insufficient Credits"
You've run out of AI credits.
Solutions:
- Wait for credits to refill (free tier)
- Upgrade to paid plan
- Use your own OpenRouter API key
"Storage Limit Reached"
Project files exceed storage limit.
Solutions:
- Delete unused files
- Optimize images
- Remove large dependencies
- Upgrade plan for more storage
"Rate Limit Exceeded"
Too many requests in short time.
Solutions:
- Wait a few minutes
- Upgrade plan for higher limits
- Batch multiple changes into one request
"Invalid API Key"
Integration API key is incorrect.
Solutions:
- Double-check API key
- Verify key has correct permissions
- Regenerate key if needed
- Check for extra spaces
Still Having Issues?
Open a support ticket on our Discord community — our team will help you directly.