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
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 the local_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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: