TypeError Cannot read properties of undefined (reading 'configValuesSerialized') in vike/dist/esm/shared/page-configs/loadConfigValues.js #2092
Unanswered
meanstackmax
asked this question in
Help & Questions
Replies: 2 comments 1 reply
-
Update to the latest version (both Vike and Vite) and let me know if you still get this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@brillout I've updated both Vike and Vite and now I'm having this versions installed
But the the issue still persists after the update. |
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
-
Description
In my react + vite + vike app I'm getting the issues like this logged to sentry (
"undefined is not an object (evaluating '(await e.loadConfigValuesAll()).configValuesSerialized')"
,"undefined has no properties"
,"Cannot read properties of undefined (reading 'configValuesSerialized')"
evaluating invike/dist/esm/shared/page-configs/loadConfigValues.js
. However, I. didn’t find any consistencies which might hint where it comes from (it happens in different places of the app and on different devices).Is that a known issue which might have been fixed in newer versions or might it be something wrong with the configuration? I would appreciate any help on resolving this.
Beta Was this translation helpful? Give feedback.
All reactions