-
Notifications
You must be signed in to change notification settings - Fork 233
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
ConfigError: Missing region in config #308
Comments
@medikoo Any chance this is related to your change? |
This is happening to me too. I'm getting missing region in config error now and our deployments have been working perfectly for the past year.
|
Could it be this most recent change? 633a506 |
I just barely updated to v3.3.1 and it is working for me. @spotnape can you check if the latest version fix your issue? Thanks @medikoo |
I was also able to verify that it was working with the latest version of the plugin. |
I was experiencing the same issue on serverless-domain-manager version 3.3.0. Bumping to 3.3.1 has fixed the issue for me. |
Thanks all. Bumping the version has resolved our problem too. |
same here. bumping to 3.3.1 solved issue
|
It works on 3.3.1.
|
Okay, sounds like this is definitely resolved by bumping to 3.3.1. Thanks for confirming folks. |
I was getting the above error and I updated serverless to 1.61.3 and serverless-domain-manager to 3.3.1 and now I am getting below error while trying to deploy
|
You must have it on your serverless.yml
|
@gleidsonh It was there in the serverless.yml but still getting the issue |
Maybe indentation is incorrect, plugins: must to be glued to the left. |
@gleidsonh The indentations is as you described, it was working with the older version, but now I am getting the above error yml snippet
|
Is it on package.json, right? Try to remove node_modules and install again. If you are using yarn, clean cache before install. |
I removed node_module from the project and package-lock.json and installed the npm from scratch and upgraded the serverless-domain-manager but still getting the issue. I am new to the serverless. Is it compatible with node8.10 ? |
@rbjoshi Probably AWS no longer allows 8.10, only nodejs10.x and nodejs12.x. Try to update your local npm and serverless.yml. If doesn't works, please submit to a public repository. I'll try to see what's going on. |
it got fixed when I use
instead of
|
Just encountered the same issue. Got it fixed by bumping from |
AWS_REGION is missing in env.local causing issue on service like s3 getting used in the project. |
Community Note
Bug Report
We have a deployment that relies on serverless-domain-manager which has worked happily for 2 years and then suddenly stopped. It is run locally and remotely on BitBucket Pipelines, which is where we see the failure. Has something changed about the handling of regions? Needless-to-say the region is defined in the serverless configuration.
The text was updated successfully, but these errors were encountered: