Unable to get data using rpc in JS library, but able to in sql editor
I'm looking to use postgis to store a simple table with a name and point value.
Should I add the postgis extension onto the public table?
I've seen tutorials where people create a gis schema and the location table lives there.
But when I've tried to use the js client library.
like
I get zero results, even though it works when I run the method
This is what the function looks like in the gis schema
running
in the sql editor on supabase returns a result.
Should I add the postgis extension onto the public table?
I've seen tutorials where people create a gis schema and the location table lives there.
But when I've tried to use the js client library.
like
I get zero results, even though it works when I run the method
This is what the function looks like in the gis schema
running
in the sql editor on supabase returns a result.