-
Notifications
You must be signed in to change notification settings - Fork 341
Auth token keep expiring #202
Comments
@mistic Possibly, my issue mainly occurs after being logged in for maybe an hour or so and then opening the app again. |
@ylac yeah should be this error :) lets wait for the release and please inform here as soon as u test it :) |
@mistic Okay great, looking forward to testing it :). |
@ylac could u please test the version in the master branch? It should be possible right now using this in your package.json:
Please let me know if your issue is solved :) |
@mistic Unfortunately the issue is still occurring with the new version. I think I may need to pass the auth token as context when making a subscribe request? |
Okay I think this isn't an issue with subscriptions because it happens when doing plain queries as well. |
Hi, I'm having a recurrent issue where my auth token keep expiring on app startup after some time. I'm using the hybrid HTTP/WS setup where my configuration looks like:
I have some subscriptions that initialise on app start. Do I need to pass the auth token via the context on subscribe as per #33/ #75, and if so, what's the syntax for that?
The text was updated successfully, but these errors were encountered: