Open shelbydavis opened 2 weeks ago
Thanks for the feedback @shelbydavis.
Could this be related to #1500?
I'd be very happy to have feedback on that one. If you could give it a try (e.g. install directly from the branch, see README how to install from GH) and see whether it solves your issue, that will help me evaluate & merge.
Describe the bug Error experienced in Chainlit Version 1.3.1 backend/chainlit/server.py line 920:
base_path = Path(config.project.local_fs_path).resolve()
refers to thelocal_fs_path
member of ProjectSettings, which doesn't exist(Ran into this based on running into errors in to my own code, which is not releasable, unfortunately)