You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Configuration error at 'useDotenv': should be equal to constant
To Reproduce
Steps to reproduce the behavior:
"@flowaccount/nx-serverless": "^1.0.0-beta.6"
Screenshots
Check which provider is affected:
[] AWS
Check which framework is affected:
[] Nodejs
[] Serverless
[] Lambda
Additional context
There is a line in @flowaccount\nx-serverless\src\utils\serverless.js which sets useDotenv to false. configurationInput.useDotenv = false;
However the only accepted value is true based on this issue
The text was updated successfully, but these errors were encountered:
Ali-sharafi-git
changed the title
[BUG]
Configuration error at 'useDotenv': should be equal to constant
Jan 17, 2022
I can confirm there is the same error with 1.1.2, and adding useDotenv: true in my serverless.yml didn't fix this, but my environment variables in my .env are working tho
Describe the bug
Configuration error at 'useDotenv': should be equal to constant
To Reproduce
Steps to reproduce the behavior:
"@flowaccount/nx-serverless": "^1.0.0-beta.6"
Screenshots
Check which provider is affected:
[] AWS
Check which framework is affected:
[] Nodejs
[] Serverless
[] Lambda
Additional context
There is a line in
@flowaccount\nx-serverless\src\utils\serverless.js
which setsuseDotenv
to false.configurationInput.useDotenv = false;
However the only accepted value is true based on this issue
The text was updated successfully, but these errors were encountered: