TechmandanCZ
TechmandanCZ3mo ago

Does self hosted convex log more details

Does self hosted convex log more details somewhere? I'm trying to debug why I'm getting Could not decode token, but anyhow should be able to print the exact error from biscuit. Only the context is sent over WS to clients. jwt.io says everything is ok, and the claims include iss, sub, aud, exp, iat and kid - documentation (and even the example here ) doesn't mention that it's required to match, but biscuit would fail if a key wasn't found by it's id (source ). JWK has kid and use as well as required fields for es256. I'm using ES256 (crv is P-256) as the signing algorithm.
1 Reply
nipunn
nipunn3mo ago
the docker container has logs from backend. Should have the informatuion you need to debug. If there are improvements to the error messages, send a PR!

Did you find this page helpful?