Hi, The reason the two properties don't match is that you have..
1. "dspace.server.url" set to "http://dspace.tatoi.mnss.eu" 2. The settings in "config.prod.yml" have a combined URL of "http://dspace.tatoi.mnss.eu/server" Either you need to correct the "dspace.server.url" to be the same URL... or you need to change the "rest > nameSpace" to be "/" Tim On Friday, April 21, 2023 at 9:39:35 AM UTC-5 [email protected] wrote: > 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+DSpace > I 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.eu > > My 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 > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/aa4b45fe-e3d5-4177-a839-79f14c32383fn%40googlegroups.com.
