Nextjs Error occurred prerendering page “/“.

  • I have tried many solutions online, but it still doesn't work.

  • In the end, I used the stupidest method, commenting the code directly, opening it piece by piece for troubleshooting, and found that it was caused by the failure to retain the request to render some structures on the server. I used await to get the data for rendering on the server. When it failed, it was caused by not handling it properly.

  • also understood that this error was reported. It was that page "/" crashed during server rendering and server rendering could not be performed. Just check the content of this page.

Guess you like

Origin blog.csdn.net/zz00008888/article/details/134078562