Hi Jose,
Can you download the app log file from the SOAR UI and see if there are errors in there?
If not can you log into the AppHost and look at the app log there? On AppHost run this command:
kubectl get pods -L app.kubernetes.io/instance -A
# then, using the output from that to capture the pod name and namespace, run the following:
kubectl describe pod <pod_name> -n <namespace>