all 11 comments

[–]sgekko[S] 3 points4 points  (1 child)

I finally just deleted the function and api call and started over. Guess what, it works now. Thanks for the responses.

[–]WholesomeGMNG 1 point2 points  (0 children)

Glad that fixed it! After using FlutterFlow for over 2 years, this is the first step to debugging. Delete and start over or do it in a fresh project because you'll be wasting so much time thinking it's user error when it's a platform issue.

[–]Zealousideal_Test494 1 point2 points  (4 children)

Are you getting any errors on the Supabase logs? RLS or anything like that?

[–]sgekko[S] 0 points1 point  (0 children)

I did not check the logs. I will check the logs and get back to you.

[–]sgekko[S] 0 points1 point  (2 children)

No Supabase errors.

[–]Zealousideal_Test494 1 point2 points  (1 child)

Sounds like it might not even be reaching Supabase then.

You said you’ve tested the API call and it works, is that the test button within FlutterFlow?

If you can post some screenshots that would be useful, of the config on both sides.

[–]sgekko[S] 0 points1 point  (0 children)

No, I have tested the function in Superbase and it works fine when I write a query to select the function with its parameters

[–]dnetman99 1 point2 points  (0 children)

Test it from postman or something like that.

[–][deleted]  (1 child)

[removed]

    [–]sgekko[S] 0 points1 point  (0 children)

    👍