Closed heymarkreeves closed 5 months ago
Your URL is incorrect, it should only be the base url and not the path to the endpoint. You have https://svyjpvnhftybdowglgmt.supabase.co/rest/v1/iot
as your url when it should be https://svyjpvnhftybdowglgmt.supabase.co/
.
Bug report
Describe the bug
Trying to execute a simple select query using Python 3.12 or 3.9. I cannot get past this error.
To Reproduce
I've tried using postgrest directly too, receive the same error. Same happens with
select("*")
.Expected behavior
It works in RapidAPI or using
requests
to simply fetch my project URL, so it's not a permissions issue. I expect to not get an error using the documented methods.System information