Hello,
I would like setup dspace 7.5 ui on different server from the backend.
I have followed the instructions from here:
https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpaceI run the test with yarn test:rest and I get the following result:
Checking JSON returned for validity...
"dspaceVersion" = DSpace 7.5
"dspaceUI" =
tatoi-ui.mnss.eu "dspaceServer" =
http://dspace.tatoi.mnss.eu "dspaceServer" property matches UI's "rest" config? false
Does "/api" endpoint have HAL links ("_links" section)? true
On my backend local.cfg
dspace.server.url =
http://dspace.tatoi.mnss.euMy config.prod.yml is:
rest:
ssl: false
host:
dspace.tatoi.mnss.eu port: 80
nameSpace: /server
Why do I get
"dspaceServer" property matches UI's "rest" config? false