APM Agent : apm/info POST request routing to 404 error

0
Hi All, We have been using the APM module to monitor our application, but we seem to be getting this error on the console when running the project locally. and the dashboards are not reflecting information:   We have updated the module with the latest version (v63) – but still no success does anybody know what might be causing this issue? And how can we access this route apm/info file locally? Any suggestions would be much appreciated. Many Thanks.  
asked
1 answers
1

Hi Scott

You cannot access this file locally. The apm/info is like accessing webservices. So, like the /ws/ or /ws-doc/. You need to add the request handlers to your webserver to be able to access the url.

See the APM2 installation guide (4 Security):
https://docs.mendix.com/apm/installation-guide/ig-2/installation-2

All information about request handlers and Mendix:
https://www.mendix.com/blog/requesthandlers-at-your-service/

 

answered