I am new to Mendix. I have made a basic application on Mendix. I made a microflow that makes an API call. Then I added a button on my blank homepage which calls a microflow on click. I am unable to get a response. The API responds with status code 560.
The network headers show that the request url is in the form http://www.myapp.mxapps.io/xas/
Does it have something to do with the "/xas" part?
Thank you.