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
If any cookie value includes the character ä, ö, or ü, which are quite common in Germany, the Convex backend throws a 500 error [CONVEX H(GET /api/auth/get-session)] Your request couldn't be completed. Try again later..
That's probably because the convex backend throws an 500 error if the HTTP cookie value does not conform to the RFC 6265 spec.
Instead of throwing an undefined 500 it would be better if
it mentions that there is an invalid cookie and the name of it.
ignores cookies if they are not relevant for convex (which is the case for me).