argoproj-labs / rollout-extension

Argo Rollout visualization in Argo CD Web UI
186 stars 44 forks source link

Something went wrong with Extension for Rollout (v0.3.2) #59

Closed maxtacu closed 6 months ago

maxtacu commented 10 months ago

After upgrade to latest v0.3.2 the extension is not working and we get this message in the ArgoCD UI image There are no errors in in the argocd-server. In developer console I get this error:

main.33289ad3bf773ac1ef51.js:2 Error: Minified React error #188; visit https://reactjs.org/docs/error-decoder.html?invariant=188 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at t.findDOMNode (extensions.js:331:117265)
    at I (extensions.js:9:77442)
    at p (extensions.js:9:78157)
    at extensions.js:9:78816
    at cs (main.33289ad3bf773ac1ef51.js:2:833615)
    at Dl (main.33289ad3bf773ac1ef51.js:2:852520)
    at t.unstable_runWithPriority (main.33289ad3bf773ac1ef51.js:2:870971)
    at qo (main.33289ad3bf773ac1ef51.js:2:795478)
    at Ll (main.33289ad3bf773ac1ef51.js:2:852272)
    at hl (main.33289ad3bf773ac1ef51.js:2:844031)
Marvin9 commented 9 months ago

I suspect this coming from argo rollouts UI as this repo depends on rollouts, and this error is possibly coming from rollouts UI.

I have added fix there - https://github.com/argoproj/argo-rollouts/pull/3212. When it is merged, I will update this repo to point updated rollout UI. Which will most probably (not completely sure) fix this issue.

Marvin9 commented 7 months ago

Can you please try v0.3.4?

maxtacu commented 6 months ago

Forgot to mention. Works fine with the version mentioned above. Thank you. Closing the issue