Skip to content

[Bug] Convex backend throws 500 if there is a cookie with the character ä, ö, or ü #226

@mmailaender

Description

@mmailaender

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

  1. it mentions that there is an invalid cookie and the name of it.
  2. ignores cookies if they are not relevant for convex (which is the case for me).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions