Hi Sai, A 500 error of this type means there's a communication issue between the frontend & backend. Usually it's the result of a misconfiguration (or an SSL certificate issue). See this common installation issue guide:
https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-%22500ServiceUnavailable%22fromtheUserInterface Keep in mind that, when your user's are running the frontend, *it runs from their browser*. This means, the backend must NOT be localhost, unless the backend is running on the same machine as your browser. Usually, we recommend the backend be run from a public domain using HTTPS (as it needs to be accessible to all users who are accessing the frontend). If the UI's "config.prod.yml" has the REST settings using "localhost", this means that you can only run the UI from a browser that is on the same machine as the backend. To run it from a different machine means you need a non-localhost URL for the REST API. Tim On Thursday, July 25, 2024 at 11:30:59 PM UTC-5 [email protected] wrote: > Hello everyone, > > I’m currently working with a local installation of DSpace 7.6, which is > accessible on the host machine using the URL http://localhost:4000. > However, I am having trouble accessing this instance from another system on > the same LAN network. When trying to use the host machine’s IP address in > the URL, such as http://{system-ip-address}:4000, the connection > fails(website shows 500 error). > > Does anyone have advice on how to configure DSpace or adjust network > settings to allow access from other systems on the LAN? > > Thank you in advance for your help! > > Regards > - Sai > -- 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/fa6f58cb-282c-4b22-8e5a-cdcda6af2268n%40googlegroups.com.
