-
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
#current-cloud-backend.zip and amplify-meta.json file not found after successful amplify pull #13732
Comments
Hey @nbtrieu, from the information provided, this issue appears to be similar to #13335. was the project previously or currently being pulled into a folder that sync with cloud storage like iCloud or OneDrive? |
Hello @ykethan, thank you for your response! The project is being pulled into a folder that syncs with iCloud (although upload is still pending); should I disable syncing? |
Hey @nbtrieu, before making any changes do you observe the |
Wait sorry so by "new directory outside the existing project directory" do you mean a new and empty directory? |
@nbtrieu yes, for testing purposes create a new directory outside the existing path that may not be connected to a cloud backup service such as iCloud/OneDrive. |
@nbtrieu can add the
|
Closing the issue due to inactivity. Do reach out to us if you are still experiencing this issue |
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?
v21.7.1
Amplify CLI Version
12.11.1
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
My local Git repository for my Amplify project could not be located by GitHub Desktop (This was actually the 3rd time this has happened and I have already opened a new issue regarding this on GitHub Support and am waiting for updates). So in the meantime, I thought I could try moving the local project somewhere else and re-cloning the remote repository. After the successful cloning to GitHub Desktop, at the root of my project directory, I ran
amplify init
to reinitialize the local setup and then ranamplify pull
to pull the backenddev
environment. I have tried this twice before and it worked both of those times, but this time I still cannot pull the#current-cloud-backend.zip
andamplify-meta.json
file (in addition to getting 2 duplicatecli.json
files), despite there being no errors being logged during the pull process.Expected behavior
The presence of the
#current-cloud-backend.zip
andamplify-meta.json
file in thebackend
directory after successfully runningamplify pull
Reproduction steps
amplify init
and selectAWS profile
default
for authenticationamplify pull
backend
directory for#current-cloud-backend.zip
andamplify-meta.json
fileProject Identifier
Project Identifier: 7261380fdf0747b9fd120f54425d7758
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: