Stuck loading
Hey, I'm having this issue where the website is stuck loading.
using next.js
initialized the schema like this:
export default drizzle(new Client(process.env.DATABASE_URL!), { schema })
and just queried it from server side:
0 Replies