What Supabase permission level is required to use "supabase link"?
I get the errors shown below when trying to link a remote project via the CLI in any version higher that 2.31.X. I found this GH issue which talks about the first (status 403) error though the OP is the owner of the project whereas I'm merely a developer hence the post's title.
What's weird is that I only get these errors when using versions higher than 2.31.0 of the CLI. There is a second error about no
Full error:
What's weird is that I only get these errors when using versions higher than 2.31.0 of the CLI. There is a second error about no
cli_login_postgres role existing which doesn't make sense to me as I checked the hosted instance and there is a role called cli_login_postgres listed there. Maybe it's a result of the first one?Full error:
GitHub
Hello Supabase Team, I'm encountering a persistent "privileges" error when trying to run npx supabase link for my project, even though I am the confirmed Owner of the project. Describ...