Home page does not load. User presented with blank white page. #69

Closed
opened 2023-10-06 06:37:46 +00:00 by CJ_Clippy · 2 comments
Owner

This is a critical show stopper. It doesn't manifest until the page does a data revalidation, which is usually hours after a seemingly successful deploy. The site is still usable on other pages such as /vods, but the main page is out and that's a very bad thing.

2023-10-06T06:30:26.091448210Z app[web.1]:     at Date.toISOString (<anonymous>)
2023-10-06T06:30:26.091454713Z app[web.1]:     at b (/app/.next/server/chunks/4756.js:1:1766)
2023-10-06T06:30:26.091458871Z app[web.1]:     at f (/app/.next/server/chunks/1789.js:1:621)
2023-10-06T06:30:26.091463119Z app[web.1]:     at we (/app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0_react@18.
2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:250664)
2023-10-06T06:30:26.091467297Z app[web.1]:     at /app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0_react@18.2.0_
sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:261548
2023-10-06T06:30:26.091471204Z app[web.1]:     at Array.toJSON (/app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0
_react@18.2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:264845)
2023-10-06T06:30:26.091475283Z app[web.1]:     at stringify (<anonymous>)
2023-10-06T06:30:26.091479070Z app[web.1]:     at Me (/app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0_react@18.
2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:253295)
2023-10-06T06:30:26.091483248Z app[web.1]:     at Ie (/app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0_react@18.
2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:253826)
2023-10-06T06:30:26.091487987Z app[web.1]:     at Timeout._onTimeout (/app/node_modules/.pnpm/next@13.5.1_react-dom@
18.2.0_react@18.2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:251644)
2023-10-06T06:30:26.094000086Z app[web.1]: [Error: An error occurred in the Server Components render. The specific m
essage is omitted in production builds to avoid leaking sensitive details. A digest property is included on this err
or instance which may provide additional details about the nature of the error.] {
2023-10-06T06:30:26.094017660Z app[web.1]:   digest: '2892786493'
2023-10-06T06:30:26.094021848Z app[web.1]: }

This is a critical show stopper. It doesn't manifest until the page does a data revalidation, which is usually hours after a seemingly successful deploy. The site is still usable on other pages such as `/vods`, but the main page is out and that's a very bad thing. ``` 2023-10-06T06:30:26.091448210Z app[web.1]: at Date.toISOString (<anonymous>) 2023-10-06T06:30:26.091454713Z app[web.1]: at b (/app/.next/server/chunks/4756.js:1:1766) 2023-10-06T06:30:26.091458871Z app[web.1]: at f (/app/.next/server/chunks/1789.js:1:621) 2023-10-06T06:30:26.091463119Z app[web.1]: at we (/app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0_react@18. 2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:250664) 2023-10-06T06:30:26.091467297Z app[web.1]: at /app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0_react@18.2.0_ sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:261548 2023-10-06T06:30:26.091471204Z app[web.1]: at Array.toJSON (/app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0 _react@18.2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:264845) 2023-10-06T06:30:26.091475283Z app[web.1]: at stringify (<anonymous>) 2023-10-06T06:30:26.091479070Z app[web.1]: at Me (/app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0_react@18. 2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:253295) 2023-10-06T06:30:26.091483248Z app[web.1]: at Ie (/app/node_modules/.pnpm/next@13.5.1_react-dom@18.2.0_react@18. 2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:253826) 2023-10-06T06:30:26.091487987Z app[web.1]: at Timeout._onTimeout (/app/node_modules/.pnpm/next@13.5.1_react-dom@ 18.2.0_react@18.2.0_sass@1.67.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:1:251644) 2023-10-06T06:30:26.094000086Z app[web.1]: [Error: An error occurred in the Server Components render. The specific m essage is omitted in production builds to avoid leaking sensitive details. A digest property is included on this err or instance which may provide additional details about the nature of the error.] { 2023-10-06T06:30:26.094017660Z app[web.1]: digest: '2892786493' 2023-10-06T06:30:26.094021848Z app[web.1]: } ```
CJ_Clippy added the
bug
label 2023-10-06 06:37:46 +00:00
Author
Owner
https://github.com/vercel/next.js/issues/56018
Author
Owner

solved with next 14

solved with next 14
Sign in to join this conversation.
No description provided.