-
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
Error while running amplify pull in headless mode #5228
Comments
Hi @fkoner I tried with the sample script and demo project and it is working fine for me. Can you elaborate more on following points:
|
There is a bug on the CLI. We are getting the following error: And the
So that is a breaking change, and maybe is the answer to solve this issue too. This is our config for the frontend configuration:
We will use @4.26.0 in the meantime. |
I updated the issue, sorry, is not working in version 4.28.1, in previous version 4.28.0 it works. |
Yup , I have reproduced this . Thanks for your insights @cristhian-boc |
@akshbhu |
Updated the headless pull to use the updated framework detection methods fix aws-amplify#5228
Updated the headless pull to use the updated framework detection methods fix aws-amplify#5228
Updated the headless pull to use the updated framework detection methods fix #5228
Updated the headless pull to use the updated framework detection methods fix aws-amplify#5228
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
While executing the pull command using the headless configuration, the following error occurs:
Amplify CLI Version
4.28.1
To Reproduce
Expected behavior
Ensure that the amplify pull command is executed. For previous versions (e.g. version 4.28.0) it has worked correctly.
Screenshots
Desktop (please complete the following information):
Additional context
The script we are dealing with is very similar to this:
https://docs.amplify.aws/cli/usage/headless#sample-script-3
The bug appears both in our local environment and in the amplify console, it is related to the command line, and not a bug associated to the amplify console.
I don't know if something changed between version 4.28.0 and version 4.28.1, but with this patch we were presented with this error this morning.
If you require more detail I can share my headless script.
Thanks in advance.
Paco
The text was updated successfully, but these errors were encountered: