Good Morning, Can anybody think of why when deplo...
# seed
b
Good Morning, Can anybody think of why when deploying my SST App via Seed, that the
dev
,
stage
, and other stages deploy fine, but the
prod
stage gets this error:
Solved it. There was an EnvVar configured via the Seed console for the
prod
stage only: `NODE_ENV`:
production
Adding that to any stage causes the deploy to fail. I removed it from the
prod
stage and it's now deploying successfully. /shrug