-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Accessing DevConsole fails with InternalServerError in the current snapshot #18413
Comments
It is probably the DevServices console code in Quarkus which should pass Or maybe the fact it is rendered async is what causes the problem ? |
If no-one else is looking at this, I can have a look. |
Adding |
Ok, so the problem is that the data map has no key of value So there are several ways how to fix this:
|
@mkouba what do you suggest ? |
Well, the option 1 is quick but fixes only the problem with the I will create a separate issue to verify all DEV UI templates and possibly switch to strict rendering afterwards. BTW I think that we should definitely improve the error message for this particular case (i.e. data map is missig a binding) and provide something less cumbersome to check the "not found" value in the |
So we should merge #18416 (option 2) for now ? |
Describe the bug
Starting the quickstarts (I've tried
security-openid-connect-quickstart
followed bygetting-started
) withmvn quarkus:dev
and then accessing the console from the browser atlocalhost:8080/q/dev
fails with:CC @stuartwdouglas @phillip-kruger
The text was updated successfully, but these errors were encountered: