-
Notifications
You must be signed in to change notification settings - Fork 824
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
Failed to Pull the backend - \auth\parameters.json' does not exist #13667
Comments
Hey @KuzonFyre, thank you for reaching out. Are you running the pull with Could download the |
@ykethan Thanks for the reply. I run this in the root directory of an exisiting project. I tried running this in an empty directory outside of my project and recived the same error |
I tried copying that file into |
@KuzonFyre was the auth resource migrated from an older of version Amplify CLI? |
@ykethan The version is 12.10.1 |
@KuzonFyre From Amplify CLI version 7, the CLI expects a |
@ykethan My auth folder has the same ID that I expected to see from AWS. That ID is
|
Figured it out! So I copied the |
This issue is now closed. Comments on closed issues are hard for our team to see. |
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
18.18.2
Amplify CLI Version
12.10.1
What operating system are you using?
Windows
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
Similar to this issue #12766 link here. I am unable to push or pull withou t an error, Failed to Pull the backend. I ran this command with --appId and --envName dev. I also ran this with the --debug flag which produces this error
\amplify\backend\auth\{APPID]\parameters.json' does not exist
While making this issue I tried theamplify diagnose --send-report
command which gave me\amplify\backend\amplify-meta.json' does not exist
.Expected behavior
I can still run my application. All GraphQL endpoints are working normally along with auth. I need to add social providers to my auth setup and I am assuming I can't do that until I have the amplify-meta.json file.
Reproduction steps
I can't provide the repo but can provide the local report that was generated.
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: