It's not a bug report but a question regarding configuration of skyline. My skyline is deployed at privatecloud.myweb.com (say) and is working fine. I can login and access services. But now I've implemented module federation using which I want to access the same privatecloud.myweb.com from myweb.com. When I do that skyline try to access the apiserver at myweb.com resulting 404 not found because skyline_apiserver is at privatecloud.myweb.com.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
skyline console |
Invalid
|
Undecided
|
Unassigned |
Bug Description
It's not a bug report but a question regarding configuration of skyline. My skyline is deployed at privatecloud.
Thanks in advance!
Changed in skyline-console: | |
status: | New → Invalid |
More precisely, If I add https:/ /privatecloud. myweb.com (hard coded) as baseUrl in the client/ client/ request. js inside the create method, it works in development mode. But it does not work in production mode served from nginx docker for some reason!