You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! PubSub server returns an "Invalid access token" error when I'm trying to subscribe to db updates.
I successfully use exactly that same token to query your rest api.
Hi! PubSub server returns an "Invalid access token" error when I'm trying to subscribe to db updates.
I successfully use exactly that same token to query your rest api.
My guess is that here:
https://github.com/OpenframeProject/Openframe-PubSubServer/blob/master/server-auth.js#L13
either api path or env.API_EXPOSED_URL is missing "/v0" segment.
Of course, it can be any other network issue too.
The text was updated successfully, but these errors were encountered: