Raw Query fail Error #2606
Unanswered
NeeshSamsi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had umami self hosted using Vercel & PlanetScale. Since PlanetScale's latest changes removing their Free Plan, I migrated my data over to Neon. The migration seems to have worked, I can see all the data including websites, teams, users and events in Neon.
The site builds and the database connection works. The site even allows user logins and displays the right websites. However, the actual data fetching seems to error out.
The /dashboard simply does not display any data or error
Specific /websites/{id} shows a 'Something went wrong' error
I ran the project locally and as soon as I logged in to the dashboard, the server console is spammed with these errors:
And the browser console is spammed with these errors:
/dashboard
/websites/{id}
I'm assuming something's wrong with the data migration however I saw no errors in the cli I used to migrate. I also cannot see any glaring errors just poking around the tables in Neon.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions