Feedback widget not working on the cloud nodes

1
For some reason the Mendix Feedback widget is working fine when it is running from the local machine, but when using it in a cloud node (Test or acceptance) the feedback is not being sent to de feedback page on the developer portal.  In the right corner of the screen the message “sending feedback” is staying forever :(   Does anyone know how to make sure the feedback widget is also sending feedback from the test or acc environment?   Some extra info: - Widget updated - Tried on two app nodes (both are working locally, but not from de cloud slots) - no authentication configured. Only the App ID and https://sprintr.home.mendix.com/ as the feedback server
asked
1 answers
0

Found the problem :)

It was blocked by the content-security-policy that was configured in the environment section of the nodes. By adding the URL into default-src 'self' 'unsafe-inline' is was fixed

answered