We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
When I run a fullstack webapp, even the "hello-world" example, and press "o" to open the webapp in my browser (Vivaldi), it errors with:
called `Result::unwrap()` on an `Err` value: Os { code: 98, kind: AddrInUse, message: "Address already in use"
Tracing back the error to the invocation of dioxus::launch(App).
dioxus::launch(App)
Then, I get spammed with
Application [server] exited with error: exit status: 101
first as a [dev] notice, then after CTRL-C-ing, as an ERROR notice.
Note that copying the url, or ctrl-clicking the url shown in dx serve works fine.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Opens the webapp in the browser of choice.
Environment:
I'm faaaaaaaaairly certain this may have to do with my environment.
Questionnaire
The text was updated successfully, but these errors were encountered:
Same for me.
Btw. Thanks @Zer0dot I was struggling with this issue for hours and did not think about simply copying the URL instead of pressing 'o'
Sorry, something went wrong.
Can also confirm this error and this work around.
Thanks for reporting!
Successfully merging a pull request may close this issue.
Problem
When I run a fullstack webapp, even the "hello-world" example, and press "o" to open the webapp in my browser (Vivaldi), it errors with:
Tracing back the error to the invocation of
dioxus::launch(App)
.Then, I get spammed with
first as a [dev] notice, then after CTRL-C-ing, as an ERROR notice.
Note that copying the url, or ctrl-clicking the url shown in dx serve works fine.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Opens the webapp in the browser of choice.
Environment:
I'm faaaaaaaaairly certain this may have to do with my environment.
Questionnaire
The text was updated successfully, but these errors were encountered: