Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to save live manifest on argocd ui #10398

Closed
3 tasks done
ashutosh16 opened this issue Aug 19, 2022 · 1 comment
Closed
3 tasks done

Failed to save live manifest on argocd ui #10398

ashutosh16 opened this issue Aug 19, 2022 · 1 comment
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements ui-polish
Milestone

Comments

@ashutosh16
Copy link
Contributor

ashutosh16 commented Aug 19, 2022

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug
Deployed the latest argocd in my local. While saving the manifest on argocd UI, I'm getting the error

Unable to save changes: grpc: error while marshaling: proto: required field "patchType" not set

To Reproduce

  • Launch ArgoCD latest from the master.
  • Deploy the application and go to edit mode on the live manifest.
  • Click on the save button
  • unable to save the changes
    Unable to save changes: grpc: error while marshaling: proto: required field "patchType" not set

Expected behavior
No Error

Screenshots
Screen Shot 2022-08-18 at 7 26 24 PM

Version
Latest

issue might have been caused due to recent change
https://github.com/argoproj/argo-cd/blob/master/ui/src/app/shared/services/applications-service.ts#L311
TS2554: Expected 5 arguments, but got 4.
https://github.com/argoproj/argo-cd/blob/master/ui/src/app/applications/components/application-node-info/application-node-info.tsx#L123

@ashutosh16 ashutosh16 added the bug Something isn't working label Aug 19, 2022
@wtam2018 wtam2018 added component:ui User interfaces bugs and enhancements ui-polish labels Aug 19, 2022
@wtam2018 wtam2018 added this to the v2.5 milestone Aug 19, 2022
@ashutosh16
Copy link
Contributor Author

fixed in the PR #10421

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements ui-polish
Projects
None yet
Development

No branches or pull requests

2 participants