WiseLibs / better-sqlite3

The fastest and simplest library for SQLite3 in Node.js.
MIT License
5.23k stars 390 forks source link

sql error in application #1162

Closed Babatunde-Segun closed 3 months ago

Babatunde-Segun commented 3 months ago

Encounter a sqlite3 error after deploying my nextjs project on vercel. But my codes work on localhost and even in the build stage.

This is error which it shows after crashing "Application error: a server-side exception has occurred (see the server logs for more information). Digest: 3504072360"

fooderror verceleror

mceachen commented 3 months ago

Howdy!

As with any open-source project, you're asking a bunch of volunteers to help you debug your personal setup issue, which may or may not be a result of a defect in this library.

To give yourself the best chance of getting help, provide a link to a repository that is the minimal amount of code to reproduce the issue.

The fact that there are (large) external bits you're using here besides this library (vercel and next.js), I'd ask vercel for support.