FAQs
Last updated
Last updated
You need to configure the Mail
parameters in the .env
file. For detailed instructions, please refer to .
After modifying the configuration, run the following commands to restart the service:
If you still haven't received the email, please check if the email service is working properly and whether the email has been placed in the trash list.
In the community edition, you can manually adjust the MAX_TREE_DEPTH limit for single branch depth in web/app/components/workflow/constants.ts.
Our default value is 50, and it's important to note that excessively deep branches may affect performance in self-hosted scenarios.
You can modify the TEXT_GENERATION_TIMEOUT_MS
variable in the .env
file to adjust the runtime for each node. This helps prevent overall application service unavailability caused by certain processes timing out.
If you deployed using Docker Compose, you can reset the password with the following command while your Docker Compose is running:
It will prompt you to enter the email address and the new password. Example:
If you're using Docker Compose, you can customize the access port by modifying the .env
configuration file.
You need to modify the Nginx configuration:
Other self-host issue please check this document 。