We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When deploying the API through CloudFormation, it fails to start with this error message:
config.storage.host = process.env.STORAGE_HOST || config.storage.host; TypeError: Cannot read property 'host' of undefined
The text was updated successfully, but these errors were encountered:
This is due to the post-install step that creates an empty local.js
local.js
"postinstall": "[ -f app/config/local.js ] || echo 'module.exports = {};' > app/config/local.js"
Sorry, something went wrong.
Remove postinstall step that generates empty local.js. Contribute to #…
009419c
…218
e9501f7
No branches or pull requests
When deploying the API through CloudFormation, it fails to start with this error message:
The text was updated successfully, but these errors were encountered: