Tim Kariuki
Tim Kariuki

Reputation: 2081

AWS vuejs Amplify - Failed to pull the backend

I created an app using Admin UI then created a fresh Vue JS application.

When I run amplify pull --appId d2v01y74i7xjqk --envName staging on the CLI, I am getting the following error:

Invalid feature flag configuration

These feature flags are defined in the "amplify/cli.json" configuration file and are unknown to the currently running Amplify CLI:

graphqltransformer.skipoverridemutationinputtypes
This issue likely happens when the project has been pushed with a newer version of Amplify CLI, try updating to a newer version.

I have upgraded amplify to the latest 4.45.0 version.

Does anyone know how this can be resolved?

Upvotes: 4

Views: 4349

Answers (1)

Mark Meredith
Mark Meredith

Reputation: 76

I finally got this working, and it was frustrating to say the least.

curl -sL https://aws-amplify.github.io/amplify-cli/install | zsh && $SHELL

Once i ran this, it worked for me aftewards.

Upvotes: 6

Related Questions