Hola I'm just dropping this here, my issue is sol...
# koin
b
Hola I'm just dropping this here, my issue is solved but maybe it can be interesting to share in my wasm target, I forgot to start koin application and I got this error:
Copy code
[object WebAssembly.Exception]
  at handleError (webpack-internal:///../../node_modules/webpack-dev-server/client/overlay.js:252:58)
    at eval (webpack-internal:///../../node_modules/webpack-dev-server/client/overlay.js:275:7)
the console doesn't give more useful logs (to me) so it took me a while to isolate the cause. tbh I don't know why I couldn't have directly the message saying koin app wasn't started 🤷
✅ 1
k
Update the Koin to the latest version.
3.6.0-Beta4
By upgrading, this issue will be resolved
b
I had updated but it might be because I am using a version of multiplatform plugin below 2
k
Can you show me your tomal.version file?
b
libs.versions.toml
k
The issue is with your Voyager. You are using old version of it. Update it to the latest one.
Use
1.1.0-Beta02
👌 1
253 Views