-
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
No Amplify backend project files detected within this folder for a front end app #12569
Comments
Hey @CharlesAondo, 👋 thank you for reaching. Wanted to confirm some information, are you expecting Amplify CLI to pull only the front-end from the application that does not have a backend created on AWS console? Curious on the error message |
Hey @ykethan Yes, I was expecting the |
hey @CharlesAondo, you could try utilizing the incoming webhooks to trigger a build. For additional information, refer to https://docs.aws.amazon.com/amplify/latest/userguide/webhooks.html could you let let us know how are you trying to pull the app locally? was this is in a empty directory or existing Amplify directory? was the pull command being utilized with any arguments? cc: @hloriii |
It was in the-same directory as my terraform script, so it is not an amplify directory, they app was created with a terraform script. This is the full story when I run amplify pull ` amplify pull For more information on AWS Profiles, see: ? Please choose the profile you want to use Amplify 🛑 Cannot find backend environment in Amplify Console app: Front End Dev Learn more at: https://docs.amplify.aws/cli/project/troubleshooting/ Session Identifier: a0e86c2f-**********************` |
Hey @CharlesAondo, thank you for the information. If you require an additional information on the builds in AWS console. Please feel free in creating a issue on our amplify-hosting repository. |
|
Was this resolved? Did I miss something? |
I have the same problem. I have not been able to create a back end or api yet. |
How did you install the Amplify CLI?
curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
11.1.1
What operating system are you using?
Mac OS
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes
Describe the bug
Amplify pull for front end app with no backend configured keep trying to pull the backend even though the application has no backend configuration. It gives this error ProjectNotInitializedError: No Amplify backend project files detected within this folder.
Expected behavior
Amplify pull should pull the application regardless of backend or not.
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: