chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Build Conversational AI in minutes ⚡️

Results 506 chainlit issues
Sort by recently updated
recently updated
newest added
trafficstars

Fixes #2641 @jbcallaghan Can you confirm it resolve the issue, please?

**Describe the bug** Since Chainlit 2.8.5, I now get Thread {thread_id} not found **To Reproduce** .env CHAINLIT_AUTH_SECRET="Your secret" CUSTOM_AUTH=true Frontend: window.mountChainlitWidget({ chainlitServer: "http://127.0.0.1:8000", // Your Chainlit backend endpoint accessToken: accessToken,...

bug
needs-triage
data layer

**Describe the bug** When editing the first message in a conversation after switching between multiple conversations, the UI incorrectly redirects to the starter page instead of displaying the edited conversation....

bug
needs-triage
frontend

Describe the bug** I have an flask application running on port 5050 and chainlit runs on 8080 iam reflecting chainlit through iframe in flask. I implemented authentication for flask app...

bug
needs-triage
auth

Chainlit version 2.8.3 I suspect an issue with logos. Brand logos (logo_dark.png and logo_light.png) are not displayed. However, favicon.png and the avatar logo for the assistant are being displayed. I...

bug
frontend
stale

When using the `header_auth_callback ` and another auth callback for login, the page starts to "blink" as soon as a user logged in. This is because `header_auth_callback ` always gets...

auth
size:XS

There is an issue with running `@chainlit/react-client`, with latest React 19 and issue seems to be connected to usage of `recoil`. In this PR I've * replaced `recoil` with `zustand`....

frontend
size:XL
keep-for-a-while

**Describe the bug** Related to [thread sharining document](https://github.com/Chainlit/docs/blob/main/api-reference/thread-sharing) there are prerequisites to show the Share UI: > If any prerequisite is missing, the Share UI will not appear and the...

bug
needs-triage
frontend

**Is your feature request related to a problem? Please describe.** When reviewing conversations, debugging latency, or correlating messages with server logs/telemetry, it’s hard to tell *when* a message was sent/received...

needs-triage
frontend

How can I deploy Chainlit with multiple instances for load balancing, and ensure session or chat state is shared across all instances?

needs-triage
stale