You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deployed application then exception is thrown and I can't manage (update or delete at all) this application, can only create a new one.
Expected-behavior
I expect that after proceed reproduction steps then issue will disappear and I can open application settings in any time.
Reproduction
Setup Control Center as usual;
Log-in to the Control Center;
Click Settings button, next click on Deploy right-top button;
Fill all required fields, leave Identity Management feature as disable and click Deploy right-bottom button;
Select deployed app from the Select application combobox;
Click on the Settings button again and select your app on the Application list;
Make sure that There was an exception while trying to navigate to 'settings/apps/<here will be your app's name>' with the root cause 'com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 1]' exception is thrown.
System Info
Windows 11
Vaadin Control Center 1.0.2
Chrome 130.0.6723.119
The text was updated successfully, but these errors were encountered:
It appears the selected application either it's missing the control-center-starter dependency or there are issues to reach it, for example if it hasn't started yet. Is either of these the case? Anyways we're working to handle this error gracefully without crashing the UI.
@heruan The selected application has control-center-starter dependency. About the second cause, namely app has not started yet in that case, I'm not sure about that.
Describe the bug
After deployed application then exception is thrown and I can't manage (update or delete at all) this application, can only create a new one.
Expected-behavior
I expect that after proceed reproduction steps then issue will disappear and I can open application settings in any time.
Reproduction
Settings
button, next click onDeploy
right-top button;Identity Management
feature as disable and clickDeploy
right-bottom button;Select application
combobox;Settings
button again and select your app on theApplication
list;There was an exception while trying to navigate to 'settings/apps/<here will be your app's name>' with the root cause 'com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: REDACTED (
StreamReadFeature.INCLUDE_SOURCE_IN_LOCATIONdisabled); line: 1, column: 1]'
exception is thrown.System Info
Windows 11
Vaadin Control Center 1.0.2
Chrome 130.0.6723.119
The text was updated successfully, but these errors were encountered: