I am using the Nuxt Hub database in my app, but am getting a "Server Error" when trying to execute a query using db.prepare('SELECT * FROM accounts WHERE email=?1').bind(body.email).all() (db is the hubDatabase())
I am building an app using Nuxt 3 and deploying it to Nuxt Hub. I am using the provided database that comes with Nuxt Hub. Inside an api endpoint in the server folder, I runa query with the database