Document Generation not loading the report

0
I have an application deployed on premise. I added the document generation module. Everything is fine, but when I am running the application website, it is throwing the below error. If i opened the website on the production server, it is loading the report. Any idea?  
asked
3 answers
0

Hi, I also ran into this error after updating the module. When I switched to a different version, it started working properly. You can try checking with another version too—it might solve the issue.

answered
0
  1. The error 401 Forbidden with “Please clear cache and cookies” means the request is not authenticated.

  2. On the production server it works because session cookies are valid locally.

  3. From another machine, no valid session → request blocked.

  4. Fix: clear browser cache/cookies and log in again.

  5. Check reverse proxy / load balancer cookie handling if used.

  6. Ensure report request runs under a valid Mendix session.

 References:

 

answered
0

We have fixed the issue, it is in our WAF policy that blocks the download of the document.

answered