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
So i'm still seeing this issue 556: [HocuspocusProvider] An authentication token is required, but you didn’t send one. Try adding a token to your HocuspocusProvider configuration. Won’t try again.
And the provider is disconnected until I restart the server
But only on my node server (not web client) - the server is using the provider with HocuspocusProviderWebsocket
export const socket = new HocuspocusProviderWebsocket({
WebSocketPolyfill: WebSocket, url: WS_URL
});
const provider = new HocuspocusProvider({
name: projectId,
websocketProvider: socket,
token: 'notoken' //necessary for the server to work
})
Is there a workaround I should add? I'm using the most up to date release of hocuspocus (2.13.7)
The text was updated successfully, but these errors were encountered:
So i'm still seeing this issue 556:
[HocuspocusProvider] An authentication token is required, but you didn’t send one. Try adding a token to your HocuspocusProvider configuration. Won’t try again.
And the provider is disconnected until I restart the server
But only on my node server (not web client) - the server is using the provider with HocuspocusProviderWebsocket
Is there a workaround I should add? I'm using the most up to date release of hocuspocus (2.13.7)
The text was updated successfully, but these errors were encountered: