chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Hosting Chainlit on IIS

Open hanshupe007 opened this issue 1 year ago • 0 comments

Has anyone successfully hosted a chainlit application on IIS?

Currently I run it the app on localhost and tried to use the IIS URL Rewrite feature, which usually works fine. But in the case of chainlit I receive a "bad request" message. I installed the websocket extension and followed all instructions for IIS how to redirect websocket requests.

When opening the following URL directly in the browser I get a valid response: https://xxx/ws/socket.io/?EIO=4&transport=polling&t=P3AqQNy

But when opening the app it fails: image

hanshupe007 avatar Jul 19 '24 09:07 hanshupe007