Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.91k stars 909 forks source link

LAN SSL requirement #44

Closed urbanscribe closed 1 year ago

urbanscribe commented 1 year ago

when trying to access a running chainlit over LAN (one box to another) an SSL transport is required

auth0-spa-js must run on a secure origin. See https://github.com/auth0/auth0-spa-js/blob/master/FAQ.md#why-do-i-get-auth0-spa-js-must-run-on-a-secure-origin for more information.

would it be possible to add a --share flag or other method to allow a LAN server to serve pages on a LAN without SSL requirement?

ruidongtd commented 1 year ago

same issue

willydouhard commented 1 year ago

Should be fixed in the latest version 0.3.0. Please note that it contains breaking changes. We prepared a migration guide to make it easy for everyone.