-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error in NextJS 14 with React Demo #30
Comments
Probably related to jeeliz/jeelizFaceFilter#283 (not the same lib but the same technical core and very similar interface) |
Hello! Thank you :-) it makes a lot of sense! I'll try to solve it following this line |
Hello again! I've made the code change to force client-side rendering, but I'm still encountering the same issue when running the init() on HandTrackerTreeHelper.
I've spent quite a few hours searching for a solution, but I'm feeling lost since I can't look into the module.js code, and the error is confusing and very specific. Any insights on a path I could follow to try to resolve the issue?
|
Hello, It seems you are not providing the video or this code is interpreted on the server side. |
I'm using the React demo as a base for a NextJS 14 application. After configuring and importing all files (I believe I imported all), when testing, I receive the error
'not-found-boundary.js:22 Uncaught TypeError: Cannot read properties of null (reading 'videoWidth')',
which is being triggered in the VTOThreeHelper. Has anyone encountered this before and knows how to fix it? I might have forgotten to import something
The text was updated successfully, but these errors were encountered: