[DSpace 7.5] Initial Information "Backend and Frontend"
They are on the same Linux server, so they have the same IP address and Domain.
Access is via VPN only
IP (private).
Domain (Private).
With our VPN connected we access via IP (Private / corporate Network) everything works correctly!
We access the Frontend and it does the normal access to the backend, for example, login.
it works perfectly, but when the frontend tries to access something from the backend it gives an error (Error 403),
for example, on the login screen when trying to authenticate to the backend.
We make the changes from the IP to the domain only in the files :
config.prod.yml (Before)
ui:
ssl: false
host: 192.168.10.10
port: 4000
local.cfg (Before)
config.prod.yml (After)
ui:
ssl: false
port: 4000
local.cfg (After)