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
✓ Ready in 5.8s
⚠ Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/messages/fast-refresh-reload
✓ Compiled / in 630ms (197 modules)
⚠ ./node_modules/@neondatabase/serverless/index.js
Critical dependency: the request of a dependency is an expression
Import trace for requested module:
./node_modules/@neondatabase/serverless/index.js
./node_modules/@neondatabase/serverless/index.mjs
○ Compiling /api/askme ...
Querying database...
Error: A Node.js API is used (process.nextTick) which is not supported in the Edge Runtime.
Learn more: https://nextjs.org/docs/api-reference/edge-runtime
...
⨯ node_modules/@neondatabase/serverless/index.js (43:24657) @ nextTick
⨯ uncaughtException: A Node.js API is used (process.nextTick) which is not supported in the Edge Runtime.
Learn more: https://nextjs.org/docs/api-reference/edge-runtime
null
⨯ node_modules/@neondatabase/serverless/index.js (43:24657) @ nextTick
⨯ uncaughtException: A Node.js API is used (process.nextTick) which is not supported in the Edge Runtime.
Learn more: https://nextjs.org/docs/api-reference/edge-runtime
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Run entire install step(s), with existing issues listed, and attempt to ask question in localhost browser.
Expected result
I assume question should be answered by chatbot.
Actual result
I receive an error in terminal:
Error: A Node.js API is used (process.nextTick) which is not supported in the Edge Runtime.
Environment
Macbook M2
Logs, links
Full error:
npm run dev
▲ Next.js 13.5.4
✓ Ready in 5.8s
⚠ Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/messages/fast-refresh-reload
✓ Compiled / in 630ms (197 modules)
⚠ ./node_modules/@neondatabase/serverless/index.js
Critical dependency: the request of a dependency is an expression
Import trace for requested module:
./node_modules/@neondatabase/serverless/index.js
./node_modules/@neondatabase/serverless/index.mjs
○ Compiling /api/askme ...
Querying database...
Error: A Node.js API is used (process.nextTick) which is not supported in the Edge Runtime.
Learn more: https://nextjs.org/docs/api-reference/edge-runtime
...
⨯ node_modules/@neondatabase/serverless/index.js (43:24657) @ nextTick
⨯ uncaughtException: A Node.js API is used (process.nextTick) which is not supported in the Edge Runtime.
Learn more: https://nextjs.org/docs/api-reference/edge-runtime
null
⨯ node_modules/@neondatabase/serverless/index.js (43:24657) @ nextTick
⨯ uncaughtException: A Node.js API is used (process.nextTick) which is not supported in the Edge Runtime.
Learn more: https://nextjs.org/docs/api-reference/edge-runtime
The text was updated successfully, but these errors were encountered: