-
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
Pulling environment fails in latest (12.6) CLI version #13313
Comments
Hi, I just had the same problem. It seems that there is a problem with the amplify-cli version 12.6.0. Therefore I downgraded version to 12.5.2. App settings: Environment variables -> |
Hey @szymondobrzanski @mkaya95 , thank you for reaching. In an empty directory could try using the pull command with the |
@ykethan
|
Hey @mkaya95, thank you for the information. Tried reproducing the issue but did not observe a similar behaviour. |
Hello @ykethan. Issue is happening to me only in project that uses mono repo. For the other 'normal' one, pulling works correctly.
|
@szymondobrzanski thank you for the information. From the error message it appears to be occurring on a uuid package. Is this package part of you lambda function or lambda layer? Could you provide us some additional information |
Yes, uuid package is used in couple of lambdas, it's used to set id for models object's created by GraphQLClient.
Project identifier: 14b516f1a9f9856b80b4fbd680c2de74 |
Hey @szymondobrzanski, thank you for your patience. On multiple tries creating a monorepo with functions and layers with uuid packages i have been unable to reprodue the issue. Additionally, tried utilizing the provided |
Hey @ykethan, email sent, let me know if you need anything else. |
Hey @szymondobrzanski, apologies but we did not receive an email, could you check if the email may have failed due to size constraints. |
It looks like it was sent properly, anyway I sent it from another mailbox. |
Hey @szymondobrzanski, thank you for the folder. I was able to reproduce the behaviour, the issue appears to be occurring on the
on diving into the layer, noticed the packages were installed at the root of the Furthermore, creating a new Amplify backend with the layer and build script then connecting the hosting. Noticed the first build was successful but re-running the same build causes the build fail with the following error creating a symlink
|
Thank you @ykethan, after I moved |
|
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
v18.15.0
Amplify CLI Version
12.6
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
After upgrading CLI to version 12.6 pulling environments stopped working.
Expected behavior
amplify pull works
Reproduction steps
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: