Hello to all AppGyvers out there, here is my today’s issue.
I got stuck in the Xano and AppGyver tutorial again. But today I am replacing XANO with Supabase as a data resource.
Base: https://SomeCoolId.supabase.co/rest/v1
Query parameter: apikey: SomeCoolApikey
This is the Collection part:
BaseURL...../users?select=*
and it works fine
When it comes to Get Record it should look like this:
BaseURL...../users?usr_id=eq.{id}&select=*
Somehow it’s working in Postman this way.
I get an Error:
Hopefully, someone can help
Thanks
Jens