KIE Sandbox won't accept extended services URLs with pathnames (i.e. http://localhost/extended-services
) via env var
#387
Labels
area:tools
Issues affecting Apache KIE tooling projects
misc:good-first-issue
Good for newcomers
type:bug
Something is behaving unexpectedly
If the
KIE_SANDBOX_EXTENDED_SERVICES_URL
env var is set to a URL with pathnames, such ashttp://localhost/extended-services/
the path is removed from the final URL string.Check here: https://github.com/kiegroup/kie-tools/blob/main/packages/online-editor/src/extendedServices/ExtendedServicesContextProvider.tsx#L69
Suggested fix: If
envUrl.pathname
is different than/
, concatenate it to the finalenvHost
.The text was updated successfully, but these errors were encountered: