-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serverless Error: Trying to populate non string value into a string for variable ${self:custom.stage}. Please make sure the value of the property is a string. #16
Comments
Hey @daniulChowdhury , have you managed to come right with this issue? |
same here |
This usually happens when
If you don't already have a custom block in your serverless.yml, add it to your serverless.yml above the provider block. If you do already have one, add the stage: Be sure to watch out for indention. There are no spaces before custom:, and two spaces before stage: |
Solve this bug with the config below. provider:
stage: dev
custom:
stage: ${opt:stage, self:provider.stage} However, several successive errors are happening. |
@wagnercsfilho Bruv, can you make sure your
Please let me know how it goes 🦖 |
Hi Amo,
I encounter this issue as I follow the instructions from your tutorial: https://fsgql.com/set-up-seed
Do you have any advice on how to solve this?
Regards,
Daniul
The text was updated successfully, but these errors were encountered: