I'm trying to get data back from Supabase via api and I'm getting the error below:
{
"code": "PGRST301",
"details": null,
"hint": null,
"message": "JWSError (CompactDecodeError Invalid number of parts: Expected 3 parts; got 1)"
}
The full URLis :
I have the following headers :
(apikey = the project api key in Supabase with anon / public access)
(bearer = access token generated)