servant-websockets
servant-websockets copied to clipboard
WebSocket with Servant.Auth: overlapping instance for HasServer
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.AddSetCookieApi
Servant.API.WebSocket.WebSocketPending))
'[Backend ByteString, 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?