select promise never resolves
So basically I don't know what is going wrong, because I've been following the documentation as well as a youtube tutorial, and it worked for them, but when I try to select data from my database the app just hangs and does nothing.
This is my client setup:
And I'm trying to select from a table I have in my database
Using this code
But once I go to the test page, it just starts loading forever and all I see in the logs is the image I attached.
The weirdest part is that I set up my drizzle config to use the same databaseConfiguration constant and using drizzle studio I can interact with the database fine
2 Replies