-
Notifications
You must be signed in to change notification settings - Fork 36
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
missing redirect for base URL #477
Comments
Thanks for making this issue! I can reproduce this behaviour, also outside of Docker. It looks like this bug has been introduced after upgrading the Jetty server to I'm building release 1.2.5 as we speak, which should fix this. We'll have to investigate this further to see if we need to change something, or if Jetty 12.0.8 has a bug which causes this. |
Great, 1.2.5 fixes this for me. Thank you! |
I'm using the docker images to build my structurizr model. Since version 1.2.4 http://localhost:8080/ responds with 404. In earlier releases, the response was a redirect to the actual model.
When building the model with 1.2.0 like this
I get the redirect to /master/:
But with 1.2.4 (the model.dsl is the same), the response is a 404.
The text was updated successfully, but these errors were encountered: