-
Notifications
You must be signed in to change notification settings - Fork 46
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
vConsole is failing in Next.js app router #189
Comments
Do you see this error in vconsole? Can you check the stacktrace? The error might be misleading |
No I can't see anything in vconsole because it doesn't load. The stack trace is just 60+ repeats of:
Any ideas? |
Is it the same in the regular browser console? Can you see what is evaluated there? (Since you said it also happens in e.g. chrome with mobile emulation) |
This is from the browser console. The virtual console doesn't load. The same error happens in your Next.js starter project. |
Hi, I just tried with our template and I don't get the error there |
Right, I should have specified in my last comment that this is for the app router. I made a fork of the repo that reproduces the error: https://github.com/kristofferso/needle-test/tree/main/src |
Describe the bug 💬
When running a Next.js project with the app router in dev I get the following error when reloading the page on mobile or when the browser simulates a mobile. I suspect it's because vConsole only loads when the screen size is less than a certain amount.
Next.js version 14.0.3
Operating System 👩💻
macOS
What browsers are you seeing the problem on? 🏄♂️
Chrome
Editor Version 🎲
2020.3
Needle Exporter version
3.31
Project Info (Unity only) 📜
No response
Steps to reproduce 🔢
1. Run `npm run dev` 2. Enter device preview mobile from developer console 3. Refresh page 4. See that the scene is stuck at loading because vconsole fails ...
Reproduction ♻
No response
Discord or Discussion link
No response
Validations 🩹
The text was updated successfully, but these errors were encountered: