Infinite loading of queries
Hey! I am trying to use Drizzle with Neon Postgres. I made the migrations, ran them and the tables are there. Now whenever I select or insert data, the request just hangs and does not proceed. I am using serverless neon package since I will be running in Vercel Edge Functions. Here is the code:
route.ts
4 Replies
try
select 1;
without drizzle, just using client
I do get the results back with this
Try using db.query.Orders.findOne ?
@.ultrakiller If you want I have some time to kill and I can join a call or something, would probably be faster
following up on this.
@.ultrakiller any luck?
btw, don't forget to mark the thread as done for my OCD's sake @.ultrakiller
hey! i'm sorry for being unresponsive, I had an exam to take. As far as the issue is concerned, I moved to a supabase instance and it worked with little to no config change.