I gave an issue somewhere in my action after "aio app deploy". the action is working fine on local "aio app run", but not in deploy.
any chance I can see the debug of the action somewhere when app is deployed?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Urs_Boller, actions are essentially invoked in the same manner after you do `aio app run` and `aio app deploy`. Only difference is that if you change something in the code and save while in run mode, it automatically re-deploys the action.
Coming to your question about debugging, the logs should be the same whether you run or deploy the action. Some useful commands for debugging:
Hi @Urs_Boller, actions are essentially invoked in the same manner after you do `aio app run` and `aio app deploy`. Only difference is that if you change something in the code and save while in run mode, it automatically re-deploys the action.
Coming to your question about debugging, the logs should be the same whether you run or deploy the action. Some useful commands for debugging:
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies