Troubleshooting
Supabase Connection Error
Verify:
- URL is correct
- API key is correct
Build Failure
Delete:
node_modules
Then:
npm install
Environment Variables Not Loaded
Ensure .env exists in project root.
Verify:
Delete:
node_modules
Then:
npm install
Ensure .env exists in project root.