Trying to grant access to public schema, failing to grant access to public schema
I want to use Neon for my Better Auth authentication, to do this I need my user to be able to write to the public schema
I've created a new user called inklud_website, and a DB called inklud_website
To grant permissions for my user I've ran
But I still get a error: permission denied for schema public when trying to run migrations for better auth, indicating that the user still dosen't have access to public schema 😭
any idea?
0 Replies