This message was deleted.
# automation-api
s
This message was deleted.
b
If I had to guess this is likely some kind of automation API bug related to static global state being set in the first run that isn't being cleaned up, and is then causing the second run to fail. You might want to open an issue and see if you can get a small repro together
p
I’ve been struggling with similar looking grpc errors. In our case, the fix was downgrading to 3.2.1 for both the CLI and SDK https://github.com/pulumi/pulumi/issues/6998
Not sure it is the same as your case though, but who knows
d
@proud-pizza-80589 - no luck on downgrading but thanks. @bored-oyster-3147 - Yes, agree that it looks like state related issue. opened an issue. thanks.