-
Notifications
You must be signed in to change notification settings - Fork 42
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
Nextjs runtime error #72
Comments
It looks like you are trying to run the module in a Node.js environment, not on browser. Obviously it's meaningless. |
I installed the new version, still getting this message |
There are 2 cenarios that I can think of that might results to this error message If you want me to investigate further please reproduce on stackblitz or something similar. |
Because of the structure of NextJS, this environment also ran on NodeJS |
I have no experience with NextJS but if you are getting this error the code is also running on your back-end. Please try version |
In a development environment it does not uploaded at all |
Again, I'm in the dark here. Please reproduce on Stackblitz or something similar. |
on loading with nextjs 14 I'm getting this runtime error:
⨯ node_modules\accessibility\dist\accessibility.js (124:0) @ eval
⨯ ReferenceError: window is not defined
The text was updated successfully, but these errors were encountered: