-
-
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
Compose Multiplatform wasmJs app crashes when accessed via IPv4/IPv6 #2031
Comments
kdroidFilter
added a commit
to kdroidFilter/koin
that referenced
this issue
Nov 4, 2024
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
kdroidFilter
added a commit
to kdroidFilter/koin
that referenced
this issue
Nov 4, 2024
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
kdroidFilter
added a commit
to kdroidFilter/koin
that referenced
this issue
Nov 4, 2024
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
kdroidFilter
added a commit
to kdroidFilter/koin
that referenced
this issue
Nov 4, 2024
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
kdroidFilter
added a commit
to kdroidFilter/koin
that referenced
this issue
Nov 4, 2024
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
kdroidFilter
added a commit
to kdroidFilter/koin
that referenced
this issue
Nov 4, 2024
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
kdroidFilter
added a commit
to kdroidFilter/koin
that referenced
this issue
Nov 4, 2024
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
kdroidFilter
added a commit
to kdroidFilter/koin
that referenced
this issue
Nov 4, 2024
…g the benasher44/uuid library to generate UUIDs for WebAssembly targets.
see |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Compose Multiplatform apps targeting Web that use the
org.koin.compose.KoinApplication
composable work via the loopback interface (http://localhost:8080
), but crash when using IPv4 or IPv6 address (e.g.http://192.168.178.57:8080
).The following images show the differences between accessing the app using the loopback interface and IPv4:
To Reproduce
build.gradle.kts (:composeApp)
:App
composable inApp.kt
with the following code:./gradlew wasmJsBrowserRun
http://localhost:8080
) the app runs without crashing.http://192.168.178.57:8080/
) the app crashes.Expected behavior
The app does not crash.
Koin module and version:
koin-compose:4.0.0
Snippet or Sample project to help reproduce
See Step 3.
NOTE: This issue seems similar to #2011
The text was updated successfully, but these errors were encountered: