Authentication & Access
Reset admin password
For Docker Compose deployments:api directory.
401 errors after login
This typically happens after changing domains. Update these environment variables:CONSOLE_CORS_ALLOW_ORIGINS- Console CORS policyWEB_API_CORS_ALLOW_ORIGINS- WebApp CORS policyCONSOLE_API_URL- Backend URL for console APICONSOLE_WEB_URL- Frontend URL for console webSERVICE_API_URL- Service API URLAPP_API_URL- WebApp API backend URLAPP_WEB_URL- WebApp URL
Configuration
Change default port
Modify.env configuration:
docker-compose.yaml.
Increase file upload limits
Update in.env:
UPLOAD_FILE_SIZE_LIMIT- Maximum file sizeNGINX_CLIENT_MAX_BODY_SIZE- Must match to avoid issues
Workflow complexity limits
AdjustMAX_TREE_DEPTH in web/app/components/workflow/constants.ts (default: 50).
Note: Excessive depth impacts performance.
Node execution timeout
SetTEXT_GENERATION_TIMEOUT_MS in .env to control runtime per node.
Email Configuration
Not receiving password reset emails? Configure mail settings in.env:
- Set up mail parameters (SMTP settings)
- Restart services:
Invite members without email service
In local deployments without email configured, the invitation page displays a link after sending. Copy and forward this link to users manually.Database Issues
Connection errors with pg_hba.conf
If you see:File not found error for encryption keys
This error occurs after changing deployment methods or deletingapi/storage/privkeys:
api directory):
Workspace Management
Rename workspace
Modify thetenants table in the database directly.
Change application access domain
UpdateAPP_WEB_URL in docker-compose.yaml.