-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Bug on editor ui #11856
Comments
Hey @zhiru, We have created an internal ticket to look into this which we will be tracking as "GHC-481" |
Hey @zhiru I have 3 possible thoughts on this one.
|
Tks @Joffcom
I'll try the others, but Cloudflare is not because I always disabled the proxy, but now I'm forcing development mode late i came to say if works |
i`m back, but none worked, know a i remember that i have another domain that appoints do docker too... https://webhookn8n.aireset.com.br (with ssl and working): https://n8n.aireset.com.br/ (with ssl and bugged editor view) |
Hey @zhiru Are they both pointing to the same n8n instance? The second url hits a plesk page so it could that you have webhook_url pointing to one domain, editor_url pointing to the other and the load balancer not configured correctly. |
yes, both are a docker in plesk, with proxy, now both are buggy haha docker-compose.yml: x-n8n-base: &n8n-base n8n: n8n-webhook: n8n-worker: --------------------------------------------------------.env: N8N_HIRING_BANNER_ENABLED=false N8N_CONTAINER_NAME="n8n.${DOMAIN}" N8N_MEMORY_LIMIT=2048M N8N_DEFAULT_LOCALE="en" N8N_DATA_FOLDER="./data/n8n/data" N8N_HOST="n8n.${DOMAIN}" N8N_PROTOCOL="http" # changed because of bug N8N_SECURE_COOKIE=false GENERIC_TIMEZONE=${TZ} SSL_EMAIL=${EMAIL} N8N_EMAIL_MODE=smtp EXECUTIONS_MODE=queue EXECUTIONS_DATA_SAVE_ON_ERROR=all N8N_DEFAULT_BINARY_DATA_MODE=filesystem EXECUTIONS_DATA_PRUNE=true N8N_CONCURRENCY_PRODUCTION_LIMIT=10 --------------------------------------------------------Apache/LiteSpeed Proxy: SSLProxyEngine On SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 RequestHeader set X-Real-IP %{REMOTE_ADDR}s ProxyPass "/" "http://127.0.0.1:45100/" ProxyPass "/webhook" "http://127.0.0.1:45100/" <Proxy *> RewriteEngine On RewriteCond %{HTTP:Upgrade} ^WebSocket$ [NC] Header always set Connection "Upgrade" |
looking for the erro i saw that .ndv-wrapper css is after .el-dialog .ndv-wrapper has width: 100% and when is before .el-dialog then works, but i dont why is on diferente positions on file when in https and the --el-dialog-width is set to auto, not 100% so, gets buggy |
Bug Description
on https i have a problem on editor that i don`t know how to solve it, even changing the version
To Reproduce
Expected behavior
Works like using without https:
Operating System
Almalinux 8
n8n Version
1.68.0
Node.js Version
node 20
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered: