Closed s-iliyas closed 1 year ago
You are trying to load a backend only library (@nlpjs/core-loader) into the frontend. Please read the docs about building for frontend: https://github.com/axa-group/nlp.js/blob/master/docs/v4/webandreact.md
https://github.com/vercel/next.js/issues/52876#issuecomment-1647623310 Duplicate issue that I created and solved.
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.