https://pulumi.com logo
Title
d

damp-lamp-30288

01/03/2023, 7:27 AM
Hey everyone, I'm running into an issue when trying to
preview
a stack that has not been `up`'d before. I'm getting the following error:
pulumi:pulumi:Stack test-project *create* error: malformed header: missing HTTP content-type
. I'm using Pulumi TypeScript with AWS (versions below). Any idea why this could be happening? CLI version:
v3.50.2
@pulumi/aws:
5.25.0
@pulumi/pulumi:
3.50.2
c

cuddly-computer-18851

01/03/2023, 7:56 AM
are you doing a
stack init
first?
d

damp-lamp-30288

01/03/2023, 7:59 AM
Yep I've run that prior to the preview
e

echoing-dinner-19531

01/03/2023, 10:40 AM
Can you run with debug logs "--logtostderr -v10" and see what that prints?