aws-appsync-chat icon indicating copy to clipboard operation
aws-appsync-chat copied to clipboard

Real-Time Offline Ready Chat App written with GraphQL, AWS AppSync, & AWS Amplify

Results 17 aws-appsync-chat issues
Sort by recently updated
recently updated
newest added

when calling getConvo, the messages returned are filtered with author==currentUser Thus once we close the conversation and re-open later, we can only see our own messages. Issue is due to...

Hi folks! Just trying this project out for the first time and running it in localhost and i get this error: ``` index.js:1446 Unhandled GraphQL subscription error Error: Error during...

How to maintain the same conversation Id between two users for chat application using "AWS Appsync" Ex:- If "user A" sends a message to "user B" for the first time...

Hello... how can I do to use on a mutation condition a prop of the schema I'm trying to update? Example: update an user when the role is admin and...

Hello, I was following the tutorial and the amplify push don't work on this project, I have an error. Here is a screenshot ![image](https://user-images.githubusercontent.com/18664964/57686116-4c7d3c00-7639-11e9-97bc-3c793c48ae86.png) Does someone have the same error...

Thanks for your example. I'm making an attempt to build a mobile Chat app and prefer AWS AppSync. For chat app, one of the basic requirements is Push Notification when...

Attempted to redefine property 'micText' Attempted to redefine property 'micText' no stack no stack "aws-amplify": "^1.1.19", "aws-amplify-react": "^2.3.0", "aws-amplify-react-native": "^2.1.7", "aws-appsync": "^1.7.1", "aws-appsync-react": "^1.2.6", "glamor": "^2.20.40", "graphql-tag": "^2.10.1", "mobx": "^5.9.0",...