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
Pairing Servant.Auth authentication with a Servant.WebSockets endpoint yields an overlapping instances error.
•Overlapping instances for HasServer
(Servant.Auth.Server.Internal.AddSetCookie.AddSetCookieApi
(Servant.Auth.Server.Internal.AddSetCookie.AddSetCookieApiServant.API.WebSocket.WebSocketPending))
'[BackendByteString, CookieSettings, JWTSettings]
arising from a use of‘hoistServerWithContext’
This error was mentioned in a comment in #2. Does anyone know how solve this or have an idea on how to start?
The text was updated successfully, but these errors were encountered:
Pairing
Servant.Auth
authentication with aServant.WebSockets
endpoint yields an overlapping instances error.This error was mentioned in a comment in #2. Does anyone know how solve this or have an idea on how to start?
The text was updated successfully, but these errors were encountered: