Replies: 2 comments 4 replies
-
Hi @Am3rikA , may I ask you if things work if you manually change rinfBindings.completeRinfLoad();delete rinfBindings.completeRinfLoad; to globalThis.rinfBindings.completeRinfLoad();delete globalThis.rinfBindings.completeRinfLoad; ? If this works, I'll publish a new version with this updated code right away. |
Beta Was this translation helpful? Give feedback.
4 replies
-
This has been solved now in version 8 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I get this error when I access the webapp deployed to a docker container, but when I run from the editor it works like expected.
Am I missed some step?
I've built the web app with:
rinf wasm --release
flutter build web
and deployed to a docker container.
Error in developer console of browser:
Uncaught TypeError: rinfBindings.completeRinfLoad is not a function
at :4:14
Beta Was this translation helpful? Give feedback.
All reactions