Session auth axum example -> LeptosRoutes trait doesn't impelement #1099
Replies: 1 comment
-
Fixed it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I try to recreate this example and I'll constantly getting this error message:
The code can be found here:
https://github.com/DenuxPlays/Denux-Dashboard
I am new to leptos and rust and I have the feeling that I'll miss something very small but I don't have any idea.
I am trying for around 3h now.
I cloned the example and run
cargo leptos build
to see if the example works and it did. (after changingwasm-bindgen = "0.2"
towasm-bindgen = "=0.2.84"
)I hope that somebody can help me here.
Beta Was this translation helpful? Give feedback.
All reactions