Mendix Feedback Module Latest V 4.0.2

0
Hi, I get this error in Acceptance environment. Why? 19:41:45runtime-container/dmssqINFOorg.apache.http.impl.execchain.RetryExec: I/O exception (java.net.SocketException) caught when processing request to {s}->https://feedback-api.mendix.com:443: Network is unreachable 19:41:45runtime-container/dmssqINFOorg.apache.http.impl.execchain.RetryExec: Retrying request to {s}->https://feedback-api.mendix.com:443 19:42:16runtime-container/dmssqERRORFeedbackModule: Unable to send the feedback to App Insights   But it works with localhost   https://marketplace.mendix.com/link/component/205506   BR Dinesh
asked
1 answers
0

If you open browser debugging console, you can confirm the network error.

 

The issue is related to the configured network setting in your app and path restrictions in the network profile of the environment. We had a similar issue. The way to fix this is to :

 

  1. Check HTTP headers, Content-Security-Policy in the network tab
  2. Check CIDR setting for the app

 

 

 

 

answered