Hi Ruben, I also answered this on Slack, but I'm copying my answer here in case it helps anyone else:
The "solr.server.url" setting does NOT need to be HTTPS. It is usually an HTTP URL which is private (like your localhost URL) as Solr does not need to be available on the web (only the backend code needs to be able to contact Solr and it can do so privately). Regarding a 500 error, you may want to use the troubleshooting guide to find the exact error message being thrown. https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) We also have a guide for many common configuration errors. See our Common Installation Issues at the bottom of the install guide: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-CommonInstallationIssues It's possible one of these will describe the bug you are seeing with a suggested fix. Tim On Tuesday, January 23, 2024 at 8:04:02 PM UTC-6 rub...@gmail.com wrote: > Hi, > > I have error 500 in the frontend, checking it seems they keep calling http > and not https, maybe some suggestions to be able to review and know what > the error is to correct. > my setup: ubuntu 20.04, dspace DSpace 7.6 > local.cfg ======= > dspace.ui.url = https://repository.domain/ > rest.cors.allowed-origins = ${dspace.ui.url} > dspace.server.url = https://repository.domain/server > And excuse me, it must also be available at https?, well I have it like > this. > solr.server = http://localhost:8983/solr > -- 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 Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/d197f603-3435-4fe4-96fa-4b579e784263n%40googlegroups.com.