service · inferred from evidence
dashboard
The Tinybird analytics dashboard that can accept tokens or user authentication.
- Stripe webhook signature mismatch on AWS Lambda: use raw event.body and the whsec_ secret
Pass the raw request body to constructEvent, not a re-stringified object: on Lambda use event.body as received (the raw string), since any JSON.stringify round-trip changes the bytes and breaks the signature. Also verify you are using the w
- Tinybird analytics dashboard asks for username and password instead of accepting token
The kit became a full-stack app you can self-host with its own auth, but the old token-in-URL behavior is still there. In the authentication modal, switch to the "Tinybird Token" tab and paste your dashboard token there. The dashboard then
- Llama 3 streaming repeats the previous request's first token
If your streamed Llama 3 responses start by echoing the first tokens of previous turns, you are on a client version with the streaming bug, not a model problem. The maintainer reproduced it in the client alone after ruling out stop sequence