dxps / fullstack-rust-axum-dioxus-rwa

A RealWorld app implementation as a fullstack Rust project using Axum (back-end) and Dioxus (front-end).
MIT License
86 stars 7 forks source link

[front-end] Deep link support (or just a routing issue) #22

Open dxps opened 1 year ago

dxps commented 1 year ago

TBD if this is an issue with the updated - Dioxus 0.3 - version or it is a bug in the front-end code. Currently, when going to any path in the browser - such as /sign-in - it shows the homepage.

dxps commented 1 year ago

This is an issue that appeared after the upgrade to 0.3 of Dioxus and its dioxus-router. In the previous version, it's all working fine.