shuttle-hq / shuttle

Build & ship backends without writing any infrastructure files.
https://shuttle.rs
Apache License 2.0
6.07k stars 251 forks source link

[Bug]: Network Error when `Rollback` via console #1852

Open ffguven opened 2 months ago

ffguven commented 2 months ago

What happened?

Hi folks,

I have a project with the name zort and it contains

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

oddgrd commented 2 months ago

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.

jonaro00 commented 4 days ago

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.