GraphQL Explorer for "amplify mock api" stopped working after upgrading to CLI 4.13.3
See original GitHub issueDescribe the bug
GraphQL Explorer for amplify mock api
stopped working after upgrading to CLI 4.13.3
Amplify CLI Version 4.13.3
To Reproduce
I have an existing React Native app that I successfully ran the GraphQL Explorer on amplify mock api
a few days ago.
Today, I ran npm -g install @aws-amplify/cli@latest
to get CLI v.4.13.3
Now when I run amplify mock api
(no errors are shown in terminal) and then open GraphQL Explorer, a blank page opens and I get the following errors in Chrome Developer Tools (see screenshots below)
I downgraded the CLI back to 4.13.2, and cleared my browser cache, and it worked again.
Screenshots
Working in 4.13.2
Not working in 4.13.3
Working again after downgrade to 4.13.2
Desktop (please complete the following information):
- OS: Windows 10
- Node Version. 13.7.0
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:7 (1 by maintainers)
So that works if you open localhost:20002 https://github.com/aws-amplify/amplify-cli/issues/4002
We’ve root-caused the issue and working on a fix for this which will be released soon. cc: @attilah