sidhantgoel

Results 23 comments of sidhantgoel

Server Workflow https://github.com/appsmithorg/appsmith/actions/runs/2830398862

/ok-to-test sha=03282cbf9cdb8a3ed6bd9163483a3d41d0d769d6

/ok-to-test sha=e241e2060f6f94ee6f8f96358ec283e05738224e

Workflow https://github.com/appsmithorg/appsmith/actions/runs/2826087509

There are users in the DB which are assigned multiple roles in a workspace so update role is getting multiple roles to unassign. Crash can be fixed with PR but...

@Nikhil-Nandagopal I am working on debugging this issue, will share updates soon.

Seems like data is corrupted, we can push a migration to rectify the data, but root cause is still unknown. May be caused by git sync. I'll consult with other...

@sumitsum If you inspect `isInvalid` field in `unpublishedAction` field of action `Get_All_Blank_Rows` in `Development` branch, it is set to `false` while all the data is correct, and it shouldn't be...

I think it happened due to race condition in import/export flow, I'm working on ImportExport code refactor, that should solve this issue as well, and for existing apps migrations will...