pulumi / esc

Pulumi ESC (Environments, Secrets, and Configuration) for cloud applications and infrastructure.
https://www.pulumi.com/product/esc/
Apache License 2.0
216 stars 7 forks source link

Don't 404 after deleting an Environment #318

Closed desteves closed 3 months ago

desteves commented 4 months ago

Hello!

Issue details

After an ESC Environment is confirmed for deletion via the browser, Pulumi Cloud returns a 404.

image

It'd be a better experience if, instead, we are informed the environment has been deleted and redirected to the main /esc page

Affected area/feature

aacotroneo commented 3 months ago

I can't reproduce at the moment. I don't see any direct code fix made recently but there's been some optimizations in subscriptions in that page that might explain the issue (after the env gets deleted, a subscription might be reevaluated and get the error before the redirection takes place)

https://github.com/pulumi/esc/assets/10578291/85f00a35-91ac-4afe-82f8-90615022e9cd

I'm closing for now unless we can reproduce.