Hi,
I am assuming this doesn't work in Dev either so please do the following.
IF you have published the app, even in dev, then follow these steps. If not the first step will change
1. Go to your Apps Tab in your environment
2. Go to your App in the list and click the ...
3. Click Details then click Live Monitor
This will open a tab in your browser. Let it load and do its thing for a moment.
4. Then click Play Published App
5. It will open a second tab where it will load your app
6. Cause your error to happen in your app by doing whatever you need to do and leave the app running
7. Go back to your Monitor Tab
8. In the top right corner in the Filter, type Error
this will not filter the list for any errors.
Now the thing about Monitor and errors, is that an error never just returns 1 line, cause.. you know gotta be fancy
However, only 1 line, when clicked, and when you open the Properties (right side window), will show 4 Tabs, with the last Tab called Response
In response tab, you will see JSON, with Header and Body. Both will be closed initially. Open the Body one.
In there you should see much more information about your error, and it will tell you how to solve it.
Feel free to paste it here if you need help.
Thanks