-
Notifications
You must be signed in to change notification settings - Fork 185
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
The configuration of Extended Services is not working when a path is included in the URL. #2759
Comments
I made some adjustments to my Nginx configuration (for workaround), but it still returns an error: The version I am currently using is: https://hub.docker.com/layers/apache/incubator-kie-sandbox-extended-services/main/images/sha256-42aaf500ed4c5396272f6de6f163ec74e54a028b5e4b439e37f2f858d33fa787?context=explore |
@phungvannarich-kepler-aavn thank you for reporting this issue. I checked source code, and we didn't assume the case without the port, We will need to fix it. |
@phungvannarich-kepler-aavn may I ask you to try as workaround, put the
|
@jomarko Thanks for your response! The workaround worked perfectly. Will the fix be included in version 10.0.0? |
…included in the URL. Closes: - apache#2759 - apache#2670 - apache/incubator-kie-issues#387
Hi @phungvannarich-kepler-aavn @thiagoelg It seems we have three issues with the same root cause:
I wanted to ask what is your idea about refactoring the settings modal to be single property Href / Url. From my point of view it would be more aligned with the environment property configuration KIE_SANDBOX_EXTENDED_SERVICES_URL Here I share how it would look like and also attaching log from the browser log, where correct ping is executed (it is red because I didn't have extended services running on such address). Href/URL single settingBrowser console logWith similar change, we should also think, if the advanced settings of the extended services wizard in the current form makes sense. Advanced settings extended services wizardthe problem is all that part from screenshot does not take into an account a case, when the url has a form: On my fork, I have a branch kie-tools-issues#2759 with the commit that brings similar changes. Let me know, what you think about similar approach. |
The error occurs when the port is missing, resulting in a redundant colon (':') in the URL:
The error occurs when the port is included twice in the URL, resulting in a duplicate entry:
The version I am currently using is:
Could someone assist me in resolving this issue?
The text was updated successfully, but these errors were encountered: