You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got 401 Unauthorized on frontend on the file path. But chat resume can show the image properly (because we stored the /public/ path to the image file).
Problem is due to e65f191, it enables user session checking on @router.get("/project/file/{file_id}"). It is for Chainlit#1101. But we are using simple password auth for development purpose.
Got
401 Unauthorized
on frontend on the file path. But chat resume can show the image properly (because we stored the /public/ path to the image file).Problem is due to e65f191, it enables user session checking on
@router.get("/project/file/{file_id}")
. It is for Chainlit#1101. But we are using simple password auth for development purpose.Revert with e69e9cc as a temp solution.
see more on Chainlit#1441 (comment)
The text was updated successfully, but these errors were encountered: