Hi, i have an app that works perfectly fine using Supabase, and i was trying to create a local supabase database to test with a local dev environment in flutterflow. (Never used flutterflow environments before)
i managed to connect flutterflow local dev environment to this supabase local database (i got the schema and also integrated flutterflow supabase queries works), but when trying to make an API call like the photo, im getting this error: Not found because of proxy error: Error: connect ECONNREFUSED 127.0.0.1:54321.
¿Does any one know what could it be? Maybe im missing something? Thanks!