🔧 Troubleshooting
Common issues and solutions during Echo setup.🐳 Docker & Supabase Issues
Docker Not Running Error
Error message:- Start Docker Desktop
- Wait for Docker to start (green indicator in Docker Desktop)
- Retry Supabase setup
Supabase Local Issues
Error message:📱 Project Authorization Issues
Project Not Authorized Error
Error message:- Clean Expo cache
- Re-login to Expo
- Re-initialize project
Bundle ID Conflicts
Error message:- Change bundle ID in app.config.js
- Clean and rebuild
🗂️ Template Cleanup Issues
Remove Template References
Problem: Old template references causing conflicts Solution:- Search and replace in all files:
expoplate
→your-app-name
,ExpoPlate
→YourAppName
,com.expoplate.template
→com.foodieapp.mobile
- Files to update:
- Remove old project links:
🔑 Environment Variables Issues
Missing .env.local Variables
Error message:- Check .env.local file exists
- Verify all required variables:
- Restart development server
Invalid API Keys
Problem: Keys not working or expired Solution:- Regenerate keys in respective services
- Update .env.local with new keys
- Clear cache and restart
🏗️ Build Issues
EAS Build Failures
Error message:- Check build logs in Expo dashboard
- Clear credentials
- Retry build
Plugin Configuration Errors
Error message:- Verify plugin syntax in app.config.js
- Clean rebuild after plugin changes
📞 Getting Help
Check Logs
Reset Everything
💡 Still having issues? Check the individual setup pages for detailed instructions or start fresh with a clean project.