Here are the steps:
- I created a new amplify project (amplify init)
- On the console, I created a new Identitiy Pool & User Pool and connected the User Pool as an Identitiy Provider
- On the studio, I connected them to my amplify project in the Authentication section
- Pulled the environment to my local
Everything works perfectly so far.
- Now, amplify add analytics and then amplify push --y shows this error.
Why is that?