Nextjs what is " .next/BUILD_ID" and why is it missing? And why is --trace-warnings not working?
Unanswered
New Zealand posted this in #help-forum
New ZealandOP
https://stackoverflow.com/questions/76954314/nextjs-what-is-next-build-id-and-why-is-it-missing-and-why-is-trace-warni
Ok...so I created a stack overflow post to describe my woes. I'll try to copy paste it below(oops, it's too long to post here), otherwise take a gander at the SO link above.
Ok...so I created a stack overflow post to describe my woes. I'll try to copy paste it below(oops, it's too long to post here), otherwise take a gander at the SO link above.
7 Replies
1) What happens when you delete your .next folder and then run it again
2) --trace-warnings is for node directly, you're running next's cli
2) --trace-warnings is for node directly, you're running next's cli
@New Zealand
New ZealandOP
I'll try that...one sec....
ok..great...that got the app working again....can you tell me how to suppress this warning message? .....
- event compiled client and server successfully in 1480 ms (478 modules)
(node:43843) ExperimentalWarning: stream/web is an experimental feature. This feature could change at any time
(Use
(node:43843) ExperimentalWarning: stream/web is an experimental feature. This feature could change at any time
(Use
node --trace-warnings ... to show where the warning was created) @Shadowadd 'stream/web' to process.env.NODE_NO_WARNINGS iirc
but its just a warning message not an error