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

Conversations not rendering properly

Open iamchrispham opened this issue 4 years ago • 0 comments

Updated schema.graphql to reflect recent pull requests made to the source code's schema.graphql -- the subscription error handshake is gone and thus debugging the app isn't producing any errors.

However, when loading a conversation, what's published shows from the current user, yet doesn't display for the subscriber. Additionally, if the subscriber replies with its own pub, that message/conversation loads in one frame, then rerenders as if the received conversation did not exist.

Addendum: Running on Node 10.x, Node 8.x seems to be deprecated and will deny amplify push without updating Amplify settings to Node 10.x. Not sure if this part of the issue in creating inconsistencies with chat features.

iamchrispham avatar Feb 27 '20 02:02 iamchrispham