Link Console to productive / free cloud app

0
The console is very handy to understand error (etc.) when creating an app locally. When deploying to the cloud, the console ist not linked anymore to the app in the cloud. Is there a way to establish that link?  
asked
1 answers
1

Tym,

You can see errors in the Log for your deployed app.  To see the log for an app deployed in the cloud,

  1. navigate to https://sprintr.home.mendix.com/index.html
  2. click Apps in the top menubar
  3. select your app from the list and click the Manage button to see details about this app
  4. if you are using a free app, click Environments and then click View Live Log
  5.  

if you want to debug microflows while your app is running in the cloud, you can do that too.  Just follow the documentation here:  https://docs.mendix.com/howto/monitoring-troubleshooting/debug-microflows-remotely

Hope that helps,

Mike

answered