-
Notifications
You must be signed in to change notification settings - Fork 825
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
CLI says it's not avaiable in a region, but I can use it via console #5271
Comments
Hi @Eduardogbg As the appId you created via console is in region |
Hi ALL! Any news about this issue? We really need to use São Paulo through the CLI! Thank you!! |
Hi! Any news about this issue? |
Kind of disapointing to know about that on CLI. |
It has been 2021 already... |
.. and the radio still silent here in São Paulo! |
@akshbhu @renebrandel Any news? Is there any way to circumvent this meanwhile? |
I manually edited |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Let's not let this thread be forgotten!! We need the sa-east-1 to be as native as possible with amplify! |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Describe the bug
If I
amplify init
a project with a sa-east-1 profile, it will work. I'll be able to add apis, authentication and etc. However, when I try toamplify add hosting
it will yield a "Missing required key 'appId' in params" error. Then if I try toamplify init --appId
with an Amplify app id that I already created via console in the region, it will say "Amplify service is not available in the region sa-east-1init failed".
That doesn't make any sense, considering that I just created an app via the console, and all the features are available using it (for example, I can create a fullstack amplify app clicking the quick start examples).
Amplify CLI Version
4.29.0
To Reproduce
Try to
amplify init --appId
with an app id in sa-east-1Expected behavior
To work, since I can do all the amplify cli things via the console, I expected them to work via cli.
The text was updated successfully, but these errors were encountered: