-
Notifications
You must be signed in to change notification settings - Fork 51
URL with trailing "/" #1476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You are right, even when accessing locally. The url Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. manifest.webmanifest:1 Manifest: Line: 1, column: 1, Syntax error. |
Hello, I try to "hide" the /dashboard/page-path to my users by using a traefik middleware that adds the path-prefix. There was a discussion about but i think they didn't fixed that Using the stripprefix-middleware with "/" does nothing. Don't know how that should be handled. |
Got same error today when using Dahsboard behind an nginx reverse proxy.
A trick that actually make it work is:
|
Current Behavior
"www.example.com/dashboard/mypage" works but "www.example.com/dashboard/mypage/" does not work.
When nginx is used as a reverse proxy, it adds a trailing "/" , I imagine that the trailing "/" could be an issue with other configurations.
Expected Behavior
Ignore trailing "/".
Steps To Reproduce
No response
Environment
Have you provided an initial effort estimate for this issue?
I can not provide an initial effort estimate
The text was updated successfully, but these errors were encountered: