[dspace-tech] Re: UI Configuration

2023-07-21 Thread DSpace Technical Support
Hi Katy, The problem may be that the demo site backend (api7.dspace.org) is configured to *only trust* requests that come from http://localhost:4000 or https://demo7.dspace.org (the demo frontend). So, if you try to run a frontend that uses a different URL, then it will be an untrusted URL

[dspace-tech] Re: UI Configuration

2023-07-18 Thread Katy Earl
Hello, I'm working on similar server 500 errors, and I decided to take a break on working my certs and have my front end connect to https://api7.dspace.org/server instead, as its certs are working To do so, my config.prod.yml looks like this now. ui: ssl: false host: localhost

[dspace-tech] Re: UI Configuration

2023-07-05 Thread DSpace Technical Support
Hi Kyky, I suspect the issue may be that the backend is NOT running SSL/HTTPS. The REST API *MUST* run HTTPS if you are using non-"localhost" URLs. It's also not possible to run the UI on HTTPS while keeping the REST API on HTTP. See also this common installation issue which is cause of many