Document that `EDC_UI_CONFIG_URL` allows relative URLs only in deployment guide
Opened this issue · 1 comments
SebastianOpriel commented
https://github.com/search?q=repo%3Asovity%2Fedc-ce+EDC_UI_CONFIG_URL&type=code It is not explained, that the URL is relative, but in the UI code: https://github.com/sovity/edc-ui/blob/38f2e8a9d9d24806b9731c87edcc6b088b89464b/src/app/core/config/app-config-properties.ts#L24
tmberthold commented
Can't it be both or where is this request coming from? -> If this URL is relative
Absolute -> use it:
https://github.com/sovity/edc-ui/blob/38f2e8a9d9d24806b9731c87edcc6b088b89464b/src/app/core/config/app-config.fetcher.ts#L63
Relative -> append it to Management-API:
https://github.com/sovity/edc-ui/blob/38f2e8a9d9d24806b9731c87edcc6b088b89464b/src/app/core/config/app-config.fetcher.ts#L68