You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup a self-hosted instance of AMP. The webpage for providing an URL, HTML code, or uploading a HTML file appears in my browser when visiting http://localhost:4200 and looks like https://accessmonitor.acessibilidade.gov.pt/. However any attempt to validate an URL, HTML code, or an uploaded HTML file immediately shows the following error message:
An unexpected error has ocurred. Please try again later. If the problem persists, please contact us.
I have setup a self-hosted instance of AMP. The webpage for providing an URL, HTML code, or uploading a HTML file appears in my browser when visiting http://localhost:4200 and looks like https://accessmonitor.acessibilidade.gov.pt/. However any attempt to validate an URL, HTML code, or an uploaded HTML file immediately shows the following error message:
Submitting the same URL or HTML code to the 'official' instance (https://accessmonitor.acessibilidade.gov.pt/) works without problems.
On the container's console, the most recent output is:
So, no error output. I couldn't find any log files in the container's filesystem, but it is possible that I looked at the wrong place.
Is it possible to run AMP in some debug/verbose mode to collect more information?
I am using the following
Dockerfile
:Instead of Docker, I am using Podman 4.2.1. The container's network is set to be the host's one (
--net=host
).The text was updated successfully, but these errors were encountered: