Mendix: Network Error

0
Hey, I just deployed my trial app on the cloud. When I try to open a subpage that is supposed to display a time series graph with data consumed through a REST Api i get the Error message: “An error occurred while retrieving data via REST endpoint ([Rest-URL]): NetworkError when attempting to fetch resource.” Opening the REST URL in a browser however shows that it is working. Any recommendations?   More Information: Clikcing on the PageButton in the Navigation calls a microflow that first creates a new object in my entity and secondly opens the page.
asked
1 answers
0

Have you tried to enable CORS on your published REST service?

answered