[Bug]: Network Error when `Rollback` via console
What happened?
Hi folks,
I have a project with the name zort and it contains
- 3
Stoppeddeployments. - 0
Runningdeployments.
When I try to Rollback to one of the deployments by clicking the Rollback button via the Web Console, I see the Network Error pop-up on the bottom left and nothing runs.
When I hit my endpoint, I keep getting
Project is running but is not responding correctly. Try to restart it
Might be useful to note that I tried running my project via the CLI and got the issue https://github.com/shuttle-hq/shuttle/issues/1851 for that try.
Could you please help me to understand if there is an issue about this or I'm doing something wrong?
Thanks in advance!
Project Name: zort
Version
0.47.0
Which operating system(s) are you seeing the problem on?
Linux
Which CPU architectures are you seeing the problem on?
ARM64
Relevant log output
No response
Duplicate declaration
- [X] I have searched the issues and there are none like this.
Hey @ffguven, thanks for the report! My assumption here is that the project container was unresponsive due to the 409 error you hit, and therefore the console was not able to reach it through our API. But I'm not certain, so this needs further investigation. We'll look into it, but it would be very helpful if you could let us know if this becomes a recurring issue for you.
On the new shuttle.dev platform, there will soon be a re-deploy feature that creates a new deployment as a "copy" of an older one, which is effectively a rollback.