Consume WebService on Deployed app doesnt go

0
Hi, Currently I'm developing an application where I 'm calling a webservice for retrieveing some datas. When I run my app on localhost every calls go smoothly and without errors but when I run the call on the deployed app on the free node It turns out a Connection Timed Out Error. Do you know what I miss? Best regards, Luca
asked
1 answers
0

Did you check the path based access restrictions for the /ws path?

https://docs.mendix.com/developerportal/deploy/environments-details/#path-based-restrictions

answered