Hi Rupinder,
i have added below part
*dspace.ui.url = http://{your IP Address}:4000*
below this line add the following directive
rest.cors.allowed-origins = ${dspace.ui.url}
still the website shows 500 error when tried to access from other system
within the LAN (it works fine with the *{you
Any changes required to be done in the following files apart from
local.cfg & config.prod.yml
/etc/tomcat9/server.xml
dspace.conf
On Friday, March 3, 2023 at 4:38:48 PM UTC+5:30 Rupinder Singh wrote:
> Hi everyone
> this is what I tried and resolved this issue
> edit your local.cfg file
>
Same problem here with DSpace 7.6.1
2024-07-24 10:40:24,057 DEBUG unknown 61209ef3-8318-4ce5-ad22-45110e00432b
org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor
@ Authorized ReflectiveMethodInvocation: public
org.springframework.http.Respo
nseEntity
org.dsp
I have installed DSpace 7 on an Ubuntu 22.04 LTS server. The application is
made available via a static public IP address. After setting up port
forwarding, the DSpace interface loads initially, but shortly after, it
shows 500 errors. I need assistance in identifying and resolving the
issue.
*Mah