I used instructions in Docker Compose installation — Mayan EDMS 4.8.2 documentation.
I brought up the docker up using docker compose up -d.
I went to the url. It did bring up the site but it is giving me a javascript error. MayanApp is not defined.
Host is ubuntu.
What is the JavaScript error?
What is the host OS?
MayanApp is not defined. Host is ubuntu
Can you post a screenshot of the error message?
It seems you are using a reverse proxy and also an advanced configuration to host Mayan as a sub-URL app. These configurations are not part of the documentation as you stated
I used instructions in Docker Compose installation — Mayan EDMS 4.8.2 documentation.
and require additional changes to Mayan and the reverse proxy.
Please deploy as-is when reporting errors. Once you have a base installation working only then attempt to make advanced configuration changes.
You are right. I used localhost:8000 and it is working now. Are there any documentation for doing sub-URL app ?
Thanks