Hey guys,
Super new to Nordcraft & Supabase but I got my login working and I'm setting the auth token cookie and can see the request is authorized in Supabase..
On my homepage (after login) I'd like to fetch some data and display it, but I can't seem to make the GET request work properly.
I'm getting a 200 response but with no data in Nordcraft and in Supabase I can see the request (select=*).
I have one row in the 'tenants' table.
I'm setting the apiKey in the API setup in NC, but on the Supabase side it says 'anon', is that correct?
Any ideas?