Open mupasak opened 2 months ago
After app instances being up and running (after few days), terminal commands do not run. Apparently, it may be because of some background service. It may be temporary issue. Also, commands take long time to execute.
Do the QA acceptance tests pass? Each of the appinst_docker, appinst_k8s tests include terminal exec tests.
Have you looked at the CRM logs? There should be some failure message somewhere, either in the logs (i.e. docker logs of the crm docker run on the platform VM) or the audit logs (from the UI for the exec terminal command).
Current behavior:
We are encountering an issue where we are unable to run command on terminal once an application is up and running. For eg: while trying to run
ls
command, the terminal moves tonot connected
state and doesn't run the command.Expected behaviour:
We should be able to run command from terminal, so that we can run any commands from terminal.