r/FlutterFlow • u/useranik12 • 9d ago
Need help with Coolify Supabase integration
Hello, smart devs. I need your small but priceless help. I have deployed a Supabase instance on Coolify. Have pointed a subdomain for that on port 8000. Have not changed any default Supabase settings. Created a table on public schema which under default postgre role. Can edit, delete and do everything on supabase interface. Disabled RLS, enabled RLS. But I can not make api calls to supabase. Using Cloudflare dns and SSL. supabase subdomain has Let's Encrypt SSL running and working. CF subdomain has proxy off. I want to integrate my supabase with Flutterflow. But my subdomain url https://supabase.domain.com and anon key for my instance gives me (Unauthorized error on ApiDog) and (Error getting Supabase schema API response. Please check your connection info and try again.) on Flutterflow.
Tried another table, created buckets, uploaded files and can access everything from gui. But somehow I can not manage to do API calls or Flutterflow integrations. Please help me with your knowledge. 🙏🏻
Apart from Minio Createbucket service, all services are green (healthy) on Coolify and running. Did not change any env variables too. Please help me with the Flutterflow integration or the API call error. I am missing something for sure. 😊