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?