Replies: 1 comment
-
All I added in my code was a question mark and everything worked😅 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Devs, I have deployed a Next.js app to Vercel that uses Postgres.js to query to the database. For some reason Postgres.js isn't working on the deployment.
For what it's worth, I tried querying in middleware and it did not work, presumably because middleware runs on edge. I don't understand why my queries won't work once deployed. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions