babubhai01
babubhai01
Update on this: I changed my code a little bit to handle the panic ```rust async fn launch_server() { // use dioxus::fullstack::server::DioxusRouterExt; use dioxus::prelude::DioxusRouterExt; use dioxus::prelude::ServeConfigBuilder; // Connect to dioxus'...
Doing `dx serve --platform web` doesn't compile. It is giving me a lot of errors. I can't paste all of that here. A smaller part: ```rust 19:58:20 [cargo] error: could...
> > Doing `dx serve --platform web` doesn't compile. It is giving me a lot of errors. > > You need to make all of your server-only dependencies optional and...
Okay. Thanks for your help!