Results 29 comments of Mario Arriaga

Project I work on also needs this, any updates or workarounds/suggestions?

@leecalcote I just reproduced this issue, hoping this is of help to find repro steps **(it apparently stops happening with the `--skip-reset` flag for some unknown reason)**: ``` $ mesheryctl...

I had upgraded from mesheryctl v0.6.4 before bumping into above error btw

The issue stops reproducing after `mesheryctl system update --skip-reset` with v0.6.8, but if flag isn't used it keeps happening

Working on this right now @Chadha93, thanks!

@leecalcote, @Rohith-Raju and I are looking into this but it seems the 'deployConfigItem' request interception being waited times out on [/ui/cypress/integration/e2e/service_mesh_configuration_management_spec.js#L48](https://github.com/meshery/meshery/blob/master/ui/cypress/integration/e2e/service_mesh_configuration_management_spec.js#L48) **(see screenshot below)** This is our current routeMatcher: ``/api/${itemType}/deploy**``...

@leecalcote I think that what might be the problem is that the endpoint route has changes but we didn't update the route matcher in the test (I'll investigate to confirm...

Screenshot of failed test confirms that the data did load its just that our cy.wait.. command timed out because no request that match the `/api/${itemType}/deploy**` matcher was ever sent by...