Issue retrieving application URL from Mendix Free Cloud sandbox environment.

0
  Hi all, I published my Mendix app to the Mendix Free Cloud and attempted to retrieve the application URL. However, we are receiving "https://None" as a response. While we can obtain the app URL locally, we're unable to do so in the sandbox environment.   
asked
1 answers
0

It seems like when an app is normally deployed to the cloud, the ApplicationRootUrl runtime setting is set. For custom domains you have to do it yourself. It looks like for the sandbox, this setting is not set automatically and since you don't have access to runtime settings, you can't set this manually either.

 

It might be worth asking Mendix support about whether or not they can / will support this for sandbox environments. Otherwise you might just have to create your own constant or entity to save your application URL (since it should not change if you have only one environment).

answered