wimvdb

Results 5 comments of wimvdb

It might be unrelated to the token. The error I'm getting is "errorMessage": "AMQJS0007E Socket error:undefined." similar as in issue #286 But I don't have ws as a dependency in...

I was able to work around the network error by upgrading to aws-appsync 3.0.2 but I'm still have troubles establishing a stable subscription my updated code now looks like this:...

I can reproduce this error now consistently on a real device by toggling the wifi on/off and unsubscribing/resubscribing. ![IMG_5670](https://user-images.githubusercontent.com/2326696/71543769-56a93c00-2977-11ea-94fa-aff167b56d74.PNG)

I was able to resolve the problem by updating my velocity templates to the latest version from: "version": "2017-02-28", to "version": "2018-05-29". After changing this the connection reconnects automatically after...

@roni-frantchi sure request.vtl: `{ "version": "2018-05-29", "payload": {} }` response.vtl: `#if(${context.identity.sub} != ${context.arguments.ownerId}) $utils.unauthorized() #else null #end`