Nextjs server crashing with no error message
Unanswered
Red wasp posted this in #help-forum
Red waspOP
Hello. I am currently fixing this bug where nextjs suddenly stops with no error message, after compiling the first page. I have troubleshooted the problem with top and I can see that the CPU goes to 100% before the program just exits. After looking further into the issue, I realised that the problem stopped occuring after I removed 3 of the images. Any idea why these images crash the server?
1 Reply
Red waspOP
I recently found out that the problem does not occur when I add the image ass a background-image instead of using next/image.