We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have image elements with the following code in our chat app:
map_image = cl.Image(path="./public/map.png", name="image1", display="inline") final_answer.elements = [map_image]
This was working fine until we added auth integration using auth0. Now, images are not loading because of 401 error with the following error:
{"detail":"Invalid authentication token"}
src="https:/xxxxxxxxxxxxx.com/project/file/27b79c3b-d425-4660-b7f7-2500fbe0d4ef?session_id=cfa5ecb7-ef16-48b6-a655-04810f28b776"
Can you please tell us how we can bypass authentication for public images in our project?
P.S. we are using chainlit 1.3
The text was updated successfully, but these errors were encountered:
See #1472
I have PR #1474 open to revert it.
Sorry, something went wrong.
Dup of #1472
No branches or pull requests
We have image elements with the following code in our chat app:
This was working fine until we added auth integration using auth0. Now, images are not loading because of 401 error with the following error:
Can you please tell us how we can bypass authentication for public images in our project?
P.S. we are using chainlit 1.3
The text was updated successfully, but these errors were encountered: