Closed joshuamoreno1 closed 5 months ago
Hi there!, Any update? I have not be able to deploy production environment for my app.
Hey @joshuamoreno1, to confirm in the projects backend-config.json
and team-provider-info.json
file do you observe references to the resource.
In the prod
env on running amplify pull
, does amplify status
show the storage resource?
Does amplify update storage
throw any errors?
Hi there,
Yes, there are references:
Dev: Prod:
But when I run amplify pull
on prod
env all works almost well but i see these error:
Error: File at path: '/Users/dev/projects/nock/amplify/backend/storage/nockstorage/parameters.json' does not exist
And when I run amplify status
: all is No change
And when i run amplify update storage
, I get an error similar to the first one
I was trying to fix it running amplify env checkout dev then amplify pull , copy the next file with differences:
File deleted:
And then run amplify push override but i get No changes
Hi,
I removed storage in prod env, then add new storage, run amplify push, and all woking.
Its weird have to remove, but is now working well,
Thanks,
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
12.12.2
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Describe the bug
I have a project named nock with a dev environment with Storage (S3) and Pinpoint Analytics Active.
S3 Bucket created:
But today I created a prod env with
amplify env add
. All works fine in command line but in AWS did not create a stack to s3 bucket.When I try to add again in new environment it fails:
If I made "amplify status" in commnad line, all I get is "No Changes"
I have problems also with Pinpoint Analytics, is not working and dev project is configured well, but prod not working. Dev active:
Prod disabled:
On debug console i got these error:
Another things like cognito, graphql api, dynamodb tables and lambda functions works well.
Expected behavior
When Ones creates a new amplifyenvironment storage and analytics project must to be created sucessfull.
Reproduction steps
Project Identifier
3df5115b5daa14eb94ef9b42a1064c90
Log output
Additional information
No response
Before submitting, please confirm: