About Supabase
Supabase is an open-source backend-as-a-service platform built on PostgreSQL, providing a real-time database, authentication, auto-generated REST and GraphQL APIs, storage, and edge functions. It is designed as a Firebase alternative that gives developers full SQL access and data ownership. Supabase is popular among full-stack and indie developers for rapid application development.
Common Issues
- Database connection pool exhaustion
- Auth JWT token expiration issues
- Real-time subscription disconnections
- Storage bucket permission errors
- Edge function cold starts
Troubleshooting Tips
- 1.Check status.supabase.com for incidents
- 2.Review project logs in dashboard
- 3.Check connection pool settings (use connection pooler for serverless)
- 4.Verify Row Level Security policies
- 5.Check edge function logs for runtime errors
Related Services
View all servicesOther Cloud & Dev services to monitor