Has anyone else run into this issue when it is dep...
# help
g
Has anyone else run into this issue when it is deploying debug stack?
Copy code
Error: garret-dev/ApiStage [AWS::ApiGatewayV2::Stage] is missing required property: stageName
ok interesting removing the
.sst/stage
file and re-running
npm start
fixed that issue. Now I am getting:
Copy code
Error: Table at 'Data/Table' should be created in the scope of a Stack, but no Stack found
Even though the table is in a stack?
Ah that one was simple also accidentally put
scope
as first argument instead of
this
.
f
Hey @Garret Harp glad u figured it out.
@thdxr do you have any hint on why removing
.sst/stage
might’ve solved the stageName? Could it be
.sst/stage
was empty? 🤔
t
I was thinking about that need to check
I thought it would consider it blank anyway
f
I see. Yup. Opened an issue to track this https://github.com/serverless-stack/serverless-stack/issues/839