Replies: 1 comment
That indicates PostgREST is only configured with Try doing: ALTER ROLE authenticator SET pgrst.db_schemas TO 'public, storage, graphql, realtime';
NOTIFY pgrst; |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have also messaged support about this and they are doing their best to help me, but posting here in case someone has an idea.
I am getting the most bizarre error when querying my database via the javascript client:
I have tried the following with no success:
SELECT * FROM information_schema.table_privileges WHERE grantee = 'anon'It seems that the Supabase API specifically restricts access to only the "storage" schema.
One day ago, the storage was upgraded by a member of the team to enable resumable uploads - I can't help but think the two issues are linked since we have had this database running for seven months now without a problem up until now. But I simply cannot see where it is coming from.
All reactions