You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server should start without errors, and the application should be accessible via localhost:3000 without encountering the "NotFound" error.
Screenshots
N/A
Additional context
The issue occurs in a repository with a minimal example available here. The setup is essentially the workspace example without any modifications from leptos-rs/start-axum-workspace.
The text was updated successfully, but these errors were encountered:
@gbj@benwis
Hi, thank you for replies, I'm using cargo-leptos 0.2.19 on mac os and using Chrome to open it.
Error appears in console in which you run cargo leptos serve randomly - whole website works but we get this messages.
I think it has something to do with Router
Describe the bug
When running
cargo leptos serve
and opening the browser atlocalhost:3000
, the following error is encountered:This error is printed in error_template.rs, line 45, and it is unclear why this error appears.
Leptos Dependencies
To Reproduce
Steps to reproduce the behavior:
cargo leptos serve
.localhost:3000
.Expected behavior
The server should start without errors, and the application should be accessible via
localhost:3000
without encountering the "NotFound" error.Screenshots
N/A
Additional context
The issue occurs in a repository with a minimal example available here. The setup is essentially the workspace example without any modifications from leptos-rs/start-axum-workspace.
The text was updated successfully, but these errors were encountered: