-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stumbled upon a Vike bug. #1852
Comments
Try again with |
Yup, still happening. same exact stack. |
|
Inject the following before line if (pageContext.errorWhileRendering) {
+ console.log('pageContext.errorWhileRendering', pageContext.errorWhileRendering);
+ console.log('pageContext._pageId', pageContext._pageId);
assert(isError);
`` |
no need. that's precisely how I caused this issue. I tried to inject my own error messages during a server-side custom react hook using and that was (obviously) the wrong thing to do 😓 |
I originally tried |
Yea, that's actually what I thought. As for what you're trying to achieve, feel free to elaborate in a new discussion. |
Description
The text was updated successfully, but these errors were encountered: