Prisma relation error - relation "website_event" does not exist #3368
BB-BenBridges
started this conversation in
General
Replies: 3 comments
-
|
I am having the same issue. I'm also adding |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
What tables are in your database? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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

Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Bug
I have followed the documentation to deploy Umami to Vercel. I even used the deploy button so there is very little for me to get wrong. The only thing i tweaked slightly was I appended a schema name to the end of the postgres url e.g.
&schema=umamiEverything seems to work fine but when I try to load a sites stats I get
Something went wrongnotifications in the UI. Looking at the server logs in the Vercel UI I can see some failed API requests. They all mentionrelation "website_event" does not existInspecting the database it looks like no foreign keys are set:

Database
PostgreSQL
Relevant log output
Which Umami version are you using? (if relevant)
Commit: bce70c1 Version: 2.15.1
Which browser are you using? (if relevant)
Brave
How are you deploying your application? (if relevant)
Vercel
Beta Was this translation helpful? Give feedback.
All reactions