chainlit
chainlit copied to clipboard
Hosting Chainlit on IIS
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: