Replies: 2 comments 1 reply
-
Maybe this is a local problem of my environment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems like it. What is your envrionment? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can't build the current version of umami. Tried npm as well as yarn. It always ends up like this:
info - Creating an optimized production build
info - Compiled successfully
info - Collecting page data
[ ] info - Generating static pages (0/13)
Error occurred prerendering page "/dashboard/[[...id]]". Read more: https://nextjs.org/docs/messages/prerender-error
Invariant Violation: Minified React error #321; visit https://reactjs.org/docs/error-decoder.html?invariant=321 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ca (/Users/xxx/LokaleDaten/umami/node_modules/react-spring/node_modules/react/cjs/react.production.min.js:11:316)
at B (/Users/xxx/LokaleDaten/umami/node_modules/react-spring/node_modules/react/cjs/react.production.min.js:12:166)
at W (/Users/xxx/LokaleDaten/umami/node_modules/react-spring/node_modules/react/cjs/react.production.min.js:20:375)
at Object.useMemo (/Users/xxx/LokaleDaten/umami/node_modules/react-spring/node_modules/react/cjs/react.production.min.js:23:164)
at useTransition (/Users/andreas/LokaleDaten/umami/node_modules/react-spring/node_modules/@react-spring/core/dist/react-spring-core.cjs.prod.js:2156:21)
at ThemeButton (/Users/xxx/LokaleDaten/umami/.next/server/chunks/7124.js:1150:82)
at d (/Users/xxx/LokaleDaten/umami/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:33:498)
at bb (/Users/xxx/LokaleDaten/umami/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:36:16)
at a.b.render (/Users/xxx/LokaleDaten/umami/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:42:43)
at a.b.read (/Users/xxx/LokaleDaten/umami/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:41:83)
Error occurred prerendering page "/settings/profile". Read more: https://nextjs.org/docs/messages/prerender-error
Invariant Violation: Minified React error #321; visit https://reactjs.org/docs/error-decoder.html?invariant=321 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Error occurred prerendering page "/test". Read more: https://nextjs.org/docs/messages/prerender-error
Invariant Violation: Minified React error #321; visit https://reactjs.org/docs/error-decoder.html?invariant=321 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Error occurred prerendering page "/404". Read more: https://nextjs.org/docs/messages/prerender-error
Invariant Violation: Minified React error #321; visit https://reactjs.org/docs/error-decoder.html?invariant=321 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Error occurred prerendering page "/settings". Read more: https://nextjs.org/docs/messages/prerender-error
Invariant Violation: Minified React error #321; visit https://reactjs.org/docs/error-decoder.html?invariant=321 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Error occurred prerendering page "/settings/accounts". Read more: https://nextjs.org/docs/messages/prerender-error
Invariant Violation: Minified React error #321; visit https://reactjs.org/docs/error-decoder.html?invariant=321 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Error occurred prerendering page "/realtime". Read more: https://nextjs.org/docs/messages/prerender-error
Invariant Violation: Minified React error #321; visit https://reactjs.org/docs/error-decoder.html?invariant=321 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Beta Was this translation helpful? Give feedback.
All reactions