You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm hoping somebody could shed light on this error I'm getting when trying to deploy a Next.js app on Cloudflare
✘ [ERROR] ⨯ Error: Neon: unsupported Linux architecture:
at currentTarget
(.open-next/server-functions/default/handler.mjs:98994:15)
at requireNative
(.open-next/server-functions/default/handler.mjs:99303:20)
at .open-next/server-functions/default/node_modules/libsql/index.js
(.open-next/server-functions/default/handler.mjs:99338:9)
at require_libsql
(.open-next/server-functions/default/handler.mjs:55:49)
at .open-next/server-functions/default/node_modules/@libsql/client/lib-esm/sqlite3.js
(.open-next/server-functions/default/handler.mjs:99842:29)
at init_sqlite3
(.open-next/server-functions/default/handler.mjs:52:54)
at .open-next/server-functions/default/node_modules/@libsql/client/lib-esm/node.js
(.open-next/server-functions/default/handler.mjs:108213:5)
at init_node3
(.open-next/server-functions/default/handler.mjs:52:54)
at null.<anonymous>
(.open-next/server-functions/default/handler.mjs:108233:52)
[wrangler:inf] GET /api/client/xxx 500 Internal Server Error (55ms)
I also get Error: Neon: unsupported macOS architecture
I also ran into this problem. I am using drizzle, and I was able to fix this by using the @libsql/client/web driver module instead of @libsql/client, i.e. changing:
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm hoping somebody could shed light on this error I'm getting when trying to deploy a Next.js app on Cloudflare
I also get
Error: Neon: unsupported macOS architecture
Here's the repo https://github.com/Escuela-dev/tracking
I followed these repos as examples:
Thanks a lot!
The text was updated successfully, but these errors were encountered: