-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Query service fails without static assets #497
Comments
I think there is also alternative to 3) simply disable static handler if It is basically I have done in #493 |
don't have a strong objection to that either, but it means all-in-one cannot be run with a simple command anymore |
Isn't that expected? (Option (1) was the behavior before this change, but we've seen complaints about it before as a misconfiguration would go unnoticed until you try accessing the UI.) If a new flag is introduced it would require it too (to start without static assets). |
done in #493 -- Empty |
This was introduced in #490.
I was debating it with @black-adder. The xdock was failing and the options were:
Option (1) was the behavior before this change, but we've seen complaints about it before as a misconfiguration would go unnoticed until you try accessing the UI. We went with the simplest solution (2), but my preference is to do (3).
The text was updated successfully, but these errors were encountered: