Open attilah opened 5 years ago
I ran into the same issue and came down to the same questions that you asked. Anyone here who can respond?
@stephankaag perhaps it was not clear, but specifying disableOffline: true works like a charm.
@stephankaag perhaps it was not clear, but specifying disableOffline: true works like a charm.
I know but I don't want disable offline functionalities.
Hi @attilah , @stephankaag
Are you using the sdk in Node.js/lambda ?
In my case next.js
This feels related to issue 102
@attilah this is a solution that works like a charm if you do not need offline capabilities...
I've an AppSync application which is configured to use Cognito.
When I'm configuring the AppSyncClient without the
disableOffline: true
option I am ending up with this error upon executing any query:If was quite hard to figure out that disableOffline is needed to make this work.
I don't know what is the expected behavior:
or