Rust Embed example #257
Unanswered
josejachuf
asked this question in
Q&A
Replies: 1 comment
-
Please give a demo repository to reproduce this bug. |
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 am trying to use Rust Embed as the example shows, but I have a problem with the routes.
this works fine:
but if I change the route to
with_path("app/<**path>")
only load the index.html, not the other files, show a blank page.
These files are looking for them in:
http://127.0.0.1:5800/assets/index-28a48a45.js
and
http://127.0.0.1:5800/assets/index-81e4655a.css
Or is this the expected behavior?
Any ideas?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions