I ran my app using Github Pages and am now seeing a new error in the console and was wondering if anyone has seen it before. Error in the thread 🧵
dewildte
06/14/2024, 10:11 PM
Copy code
async module:63 Uncaught (in promise)
LinkError: WebAssembly.instantiate(): Import #72 "js_code" "org.w3c.dom.body_$external_prop_getter": function import requires a callable
await (async)
i.a @ async module:49
i @ bootstrap:19
(anonymous) @ startup:4
(anonymous) @ startup:4
(anonymous) @ universalModuleDefinition:9
(anonymous) @ universalModuleDefinition:1
Show 1 more frame
k
Khubaib Khan
06/15/2024, 12:06 PM
Kindly recheck that. I also faced the same issue. Run the web app from Android Studio and when the web app runs fine then press CTRL + SHIFT + I and the side window will appear, from there you can see the bugs. I was getting some errors there and that's why I also get that here as well.
d
dewildte
06/16/2024, 8:18 PM
@Khubaib Khan I just cleaned the project and ran the distribution commands again and it worked.