In our mendix app, we have some custom widgets and javascript actions which make Fetch requests to an API. In production, we proxy both the mendix app and the api behind an nginx server, however I am hitting a problem in development as the mendix modeler is serving from a different address (port). Is it possible to setup the modeler to proxy unknown requests to my API?
↧