I have everything setup and working locally with my new remix application which uses drizzle. However, when I deploy to vercel as soon as I try to login I get the following error when I reach the part where my code calls
db.select()
db.select()
...
Has anyone seen this or could point me in the right direction.