clowdhaus / argo-cd-action

GitHub action for executing Argo CD 🦑
Apache License 2.0
77 stars 14 forks source link

argo-cd-action/v1.17.0 gets stuck indefinitely at App Sync stage #21

Closed neeraj-yadav-mck closed 1 year ago

neeraj-yadav-mck commented 1 year ago

Describe the bug A clear and concise description of what the bug is. Using argo-cd-action/v1.15.0, argo-cd-action/v1.17.0, ArgoCD workflow gets stuck at App Sync stage indefinitely. ArgoCD server version: v2.5.1+504da42

To Reproduce Steps to reproduce the behavior:

michalziobro commented 1 year ago

I had a similar issue, although with different command. In my case the solution was to add --grpc-web flag

bryantbiggs commented 1 year ago

I don't think this is related to the action but instead related to the use of the CLI. closing for now unless there are further details that point back to the action itself; happy to take a look if there is