Skip to content
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

Allow debug UI to open without tailing / in URL #807

Open
f1amy opened this issue Aug 30, 2023 · 2 comments
Open

Allow debug UI to open without tailing / in URL #807

f1amy opened this issue Aug 30, 2023 · 2 comments

Comments

@f1amy
Copy link

f1amy commented Aug 30, 2023

I spent way too much time figuring out why debug UI wasn't working.

Does not work:

https://localhost/my-app-prefix/.well-known/mercure/ui

Error:

404 page not found

Works:

https://localhost/my-app-prefix/.well-known/mercure/ui/

Suggested fix

Allow debug UI to work on .well-known/mercure/ui, or add a redirect to .well-known/mercure/ui/.

@f1amy f1amy changed the title Allow debug UI to open without tailing / Allow debug UI to open without tailing / in URL Aug 30, 2023
@mikec655
Copy link

mikec655 commented Dec 6, 2023

I too spent a lot of time on this issue. I agree with the suggested fixes.

@dunglas
Copy link
Owner

dunglas commented Dec 6, 2023

Indeed. PR welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants