Open yonasberhe23 opened 1 month ago
Whoever repros this, take a look to see if this actually points to a backend issue somehow based on the 500. However, upon discussion with @nwmac, this should be a 409.
@yonasberhe23 can you confirm this is a regression? This looks Vue3 at first but based on the prior versions, this may have been around a while.
Long term: we should re-evaluate our preferences mechanism since it's prone to conflicts during synchronization. Maybe this needs to go into the webworker.
Ah, 409 makes sense with that error message. Confirmed after retest; I see it in v2.10, v2.9.2 and v2.8.7
OK, I'll push this out for now since this has been around for a while. 2.11 seems reasonable with a backport target to 2.10.x at least
Setup
Describe the bug Performing actions on the charts filter results in network errors.
Response: {"type":"error","links":{},"code":"ServerError","message":"Operation cannot be fulfilled on preferences.management.cattle.io \"hide-repos\": the object has been modified; please apply your changes to the latest version and try again","status":500,"type":"error"}
To Reproduce
Result Performing actions on the charts filter results in network errors.
Expected Result Performing actions on the charts filter should not result in network errors.
Screenshots
https://github.com/user-attachments/assets/3ce2c50a-4879-44f7-95de-db15574ac368
Additional context