adam
adam5mo ago

Convex 1.14.1 WebSocket InternalServerError

After upgrading Convex 1.13.2 => 1.14.1, I receive a "WebSocket closed with code 1011: InternalServerError" error, after initial user login. If the user is already authenticated, then I don't see this error. This error doesn't exist when using Convex 1.13.2. I'm using custom auth connected to AWS Cognito with <ConvexProviderWithAuth />. Could you please give details of the internal server error that is being raised here? I logged a support ticket on 11th Aug requesting help about this, and haven't received any helpful response.
3 Replies
sshader
sshader5mo ago
We believe we have a bug around auth + websocket state in 1.14 that we'll be fixing in 1.14.2 (hopefully released later today). I can update here once 1.14.2 is released
Michal Srb
Michal Srb5mo ago
@adam should be fixed in convex@1.14.3
adam
adamOP5mo ago
Ok, thank you