Description / Beschreibung
The export links aka API URLs in Management GUI are not working if RDMO is running in subdirectory.
Expected behaviour / Erwartetes Verhalten
I would expect a link with the current subdirectory.
Therefore I would expect an API_URL setting in config/settings/__init__.py, if not already present somewhere deeper in the code.
Steps to reproduce / Schritte zum Reproduzieren
- Configure webserver to serve RDMO from domain subdirectory
- Set
BASE_URL in config/settings/local.py to subdirectory
- Go to "Management"
- Click on a sidebar link within "Export"
- See a HTTP 404 since the base URL is not included
Context / Kontext
RDMO 2.1.2