Hello, face this problem when try to login or register, or doing anything on UI. Double checked all configs 10 times, have zero idea, how to solve it.
local.cfg:
dspace.server.url =
https://devessuir.sumdu.edu.ua/server# Public URL of DSpace frontend (Angular UI). May require a port number if not using standard ports (80 or 443)
# DO NOT end it with '/'.
# This is used by the backend to provide links in emails, RSS feeds, Sitemaps, etc.
# NOTE: this URL must be accessible to all DSpace users (should not use 'localhost' in Production).
# It corresponds to the URL that you would type into your browser to access the User Interface.
dspace.ui.url =
https://devessuir.sumdu.edu.uaconfig.prod.yml:
ui:
ssl: false
host: localhost
port: 4000
nameSpace: /
# This example is valid if your Backend is publicly available at
https://api.mydspace.edu/server/# The REST settings MUST correspond to the primary/public URL of the backend. Usually, this means they must be kept in sync
# with the value of "dspace.server.url" in the backend's local.cfg
rest:
ssl: true
host:
devessuir.sumdu.edu.ua port: 8443
nameSpace: /server
All runned on HTTPS by LetsEncrypt certificates, backend accesible 24/7 on
https://devessuir.sumdu.edu.ua, frontend shut downed. On backend I can login via Hal browser, but on frontend this problem 403