Replies: 1 comment
-
Thanks for this! I'm sharing what I did here as well (from #1519) in case anyone has the same issue as me: I ran both rohandebsarkar's Solution and Prisma's Solution in Supabase's SQL Editor. I then ran into the error described here: #1486 (reply in thread). To solve this, I did the following:
Once that was done, I redeployed on Vercel, and it now works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some users are reporting issues with Prisma migrations and a lack of permissions on Supabase.
If you see this error, there have been two reported ways to solve it.
Prisma's Solution
The first comes directly from Prisma's documentation. Those commands will grant your postgres user full privledges on all tables.
https://supabase.com/docs/guides/integrations/prisma#troubleshooting
rohandebsarkar's Solution
The second comes from an Umami user @rohandebsarkar
comment: #1486 (reply in thread)
Beta Was this translation helpful? Give feedback.
All reactions