aws-appsync-react-workshop icon indicating copy to clipboard operation
aws-appsync-react-workshop copied to clipboard

Building real-time offline-ready Applications with React, GraphQL & AWS AppSync

Results 5 aws-appsync-react-workshop issues
Sort by recently updated
recently updated
newest added

` Attempted import error: 'listTalks' is not exported from './graphql/queries' ` I had to compile graphQL (/amplify/backend/api/my-project/schema.graphql) before running server ` amplify api gql-compile ` then ` amplify mock api...

In the **Performing mutations** chapter, for the UUID import of src/App.js: `import uuid from 'uuid/v4'` I got an error when compiling (npm start): ``` Failed to compile. ./src/App.js Module not...

I'm following the workshop in [YouTube](https://www.youtube.com/watch?v=HZUlQ7Z2xHQ), and after adding GraphQL subscription I'm getting the following error: ``` WebSocket connection to 'ws://192.168.100.18:20002/graphql?header=eyJob3N0IjoiMTkyLjE2OC4xMDAuMTg6MjAwMDIiLCJ4LWFtei1kYXRlIjoiMjAyMDA0MTlUMTgxNjMzWiIsIngtYXBpLWtleSI6ImRhMi1mYWtlQXBpSWQxMjM0NTYifQ==&payload=e30=' failed: Error during WebSocket handshake: Unexpected response code: 404...

I was seeing your talk but I checked here that you removed the `subscriptions` part, why?