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
Click on logout button present in navbar and check server logs
Describe the Bug
I don't know why I'm getting this warnings, which are annoying.
Import trace for requested module:
./node_modules/@nlpjs/core-loader/src/container-bootstrap.js
./node_modules/@nlpjs/core-loader/src/index.js
./node_modules/node-nlp/src/nlp/nlp-util.js
./node_modules/node-nlp/src/nlp/index.js
./node_modules/node-nlp/src/index.js
./app/api/bot/route.js
./node_modules/@nlpjs/core-loader/src/container-bootstrap.js
Critical dependency: the request of a dependency is an expression
Expected Behavior
Maybe just compiling server logs should be present.
Which browser are you using? (if relevant)
Google Chrome
How are you deploying your application? (if relevant)
Only in local, yarn dev.
The text was updated successfully, but these errors were encountered:
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
App Router
Link to the code that reproduces this issue or a replay of the bug
https://github.com/s-iliyas/portfolio
To Reproduce
Install dependencies
yarn
Run server
yarn dev
To see warnings
Click on
logout
button present in navbar and check server logsDescribe the Bug
I don't know why I'm getting this warnings, which are annoying.
Expected Behavior
Maybe just compiling server logs should be present.
Which browser are you using? (if relevant)
Google Chrome
How are you deploying your application? (if relevant)
Only in local, yarn dev.
The text was updated successfully, but these errors were encountered: