-
Notifications
You must be signed in to change notification settings - Fork 11.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Internal server error" when creating knowledge and setting permissions to all or part #15030
Comments
Duplicated |
@crazywoola Could you please provide the issues with the same problem? Thank you very much. |
Try to get the logs from the api container. |
|
the same problem , i deployed using Docker,when i modifid any knowledge base settings,got the following errors: TypeError: expected string or bytes-like object, got 'NoneType' |
Self Checks
Dify version
1.0.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
An application was just deployed using Docker, with only the SECRET_KEY in the .env file modified, and everything else left in the default state. After creating a knowledge base on the web page, I am unable to set Permissions to share the knowledge base, and the webpage displays "Internal Server Error." I am unsure which log to check, and the docker-compose.yaml file does not create a Volume for "LOG_FILE=/app/logs/server.log."
✔️ Expected Behavior
The permission is set normally. Multiple users share a knowledge base.
❌ Actual Behavior
Internal Server Error.
The text was updated successfully, but these errors were encountered: