hello, everyone. i’m trying to run a pulumi update...
# general
q
hello, everyone. i’m trying to run a pulumi update on a pulumi program after 6 months and am getting a 500 error directly on the terminal. the project has 2 pulumi programs and the other runs fine. on the problematic one i can’t even get debug output. any idea how i might go about debugging this?
i’ve updated all pulumi packages, made sure the project builds with a
tsc
with
--logtostderr
i also get no additional output
even
pulumi refresh
emits a 500 immediately
pulumi destroy
also 500
added more context to the issue. managed to get logs for the api calls, but the 500 response one does not provide anything useful to me. maybe someone else might find something