Supabase: No API key found in request

Database & APIs

Hi everyone,

I'm trying to query data from my Supabase connection, but it doesn't work. Chrome shows this error:

{"message":"No API key found in request","hint":"No `apikey` request header or url param was found."}

When I try to get data via an API call, it works.

I appreciate your help!

BR
Manuel

What have you tried so far?

I configured the Supabase integration with the API key and loaded the schema. Worked fine:

For testing purposes, I created a simple ListView with this query:

In the ListView, I mapped one value:

If I test this configuration, the application will show an error message in the console log.

A direct access via an API call like this works:

Did you check FlutterFlow's Documentation for this topic?
Yes
1
8 replies