Replies: 1 comment 1 reply
-
|
yeah, I see same/similar behavior with binary generated by "dx build" or "dx bundle". It can work if the server binary is started first, but I think that should not be necessary for a fullstack desktop app? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm totally new to Dioxus and am playing around with
dx new. I noticed when I choose the fullstack option and launch my desktop app withdx serve --platform desktop, the echo server function doesn't work. I get the errorfollowed by a long stack trace. dx says "ServerFns at: http://127.0.0.1:8080". Is this a problem with the port?
When I run
dx run --platform desktop, the echo demo works fine. But now I miss hot reloading, of course.Steps to reproduce:
dx new some_app, choose fullstackdx serve --platform desktopBeta Was this translation helpful? Give feedback.
All reactions