Chris Rogus
Chris Rogus
**Problem** Using SSG, it seems that a NotFound route ala https://dioxuslabs.com/learn/0.6/router/example/first-route#fallback-route does not actually get matched, instead just the Home route gets displayed. Is this a bug, or am I...
**Problem** I see content from a different route with SSG. Per discussion https://discord.com/channels/899851952891002890/1276184595192348764/1332184863368806410 Slightly modifying the sample code for SSG from https://github.com/DioxusLabs/docsite/pull/394/files#diff-f0dc0decbe64520d7aece27061742d5a65655e474131969c8fcf2864556c9110 to just change one element like so: ```...
**Problem** "using deprecated parameters for the initialization function; pass a single object instead" This appears to be due to wasm_bindgen: https://github.com/rustwasm/wasm-bindgen/issues/4122 perhaps dioxus needs an updated wasm_bindgen (there was a...
If I use a custom `mitm.html` it seems that I also need the `sw.js` hosted locally, but then it needs some path setup on my http server to route back...
I use reqwest in rust wasm applications. Sometimes I get errors on requests and when I attempt to debug them, I get strings like: `reqwest::Error { kind: Request, source: "JsValue(TypeError:...