-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
Wasm throws exceptions using koin on IPv4 [_this.randomUUID is not a function] #2024
Comments
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
It seems like the problem is in this line: koin/projects/core/koin-core/src/commonMain/kotlin/org/koin/mp/KoinPlatformTools.kt Line 39 in 4c56aa0
Introduced in this commit: 926a7b6 Something is wrong with Uuid.random() on wasmJs |
It seems like it is required to use https or localhost to access Uuid.random() on wasmJs: https://stackoverflow.com/a/77981051 |
4.0.1 will fix it 👍 |
./gradlew wasmJsBrowerRun
It's normal to use localhost access
startkoin is normal, it is also normal when I delete modules, and there is a problem when modules are added
The text was updated successfully, but these errors were encountered: