we’re using the pulumi cloud backend and suddenly ...
# pulumi-cloud
a
we’re using the pulumi cloud backend and suddenly our pipelines are failing with stack not found / org not found errors - when trying the cli locally I get expected results from commands like whoami and org, but
stack ls
shows an empty list in a project that should have 20+ stacks - has anyone faced anything like this before? is it just some sort of temporary downtime/server side issue, or did something get corrupted somehow?
(logging into the web dashboard I see the org still exists and has the expected stacks)
… and it just started working again after 2-3 hours of not working this morning and 2-3 hours of not working yesterday afternoon, so clearly some sort of server side issue
looking in logs from yesterday I caught an instance of it apparently failing mid-`pulumi up`:
Copy code
error: failed to decrypt configuration key '<project>:<key>': [404] Not Found: Stack '<stack>' not found
m
Hi, this is not something I have seen before and could not find any matching issues. Would you mind filling out a new issue so this can be properly investigated?
a
it’s been working since my previous reply to this thread - I’ll make sure to open an issue if it happens again