Version latest=2.3.5 v.s. mentioned stable 2.3.4 and layout up with back issues around javascript again

Hello, started services with runner Initializing n8n process
n8n ready on ::, port 5678
n8n Task Broker ready on 127.0.0.1, port 5679
[license SDK] Skipping renewal on init: license cert is not due for renewal
Version: 2.3.5 - this is :latest, where dispaying stable 2.3.4- left down corner

task-runners is latest as well, maybe there is a cuse?

environment:

  • N8N_GIT_NODE_DISABLE_BARE_REPOS=true
  • N8N_BLOCK_ENV_ACCESS_IN_NODE=false
  • DB_SQLITE_POOL_SIZE=5
  • N8N_RUNNERS_ENABLED=true - external/internal? this is correct?
  • N8N_RUNNERS_MODE=external
  • N8N_NATIVE_PYTHON_RUNNER=true
  • N8N_RUNNERS_AUTH_TOKEN=“blablah”
  • N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
  • GENERIC_TIMEZONE=“Sssss/Yyyyyyy”
  • WEBHOOK_URL=“https:/aa.bb.cc”
  • N8N_PROXY_HOPS=2
  • N8N_PATH=“/n8n/”

or perhaps something here, within security context, following 2 positions beelow:

  1. content-security-policy: default-src ‘none’
  2. x-content-type-options: nosniff

Task runners | n8n Docs
How to configure task runners to execute tasks using internal or external runner processes.

Root cause: System claiming again to enable JavaScript? wtf?

latest, the historic and working well version was:
docker.n8n.io/n8nio/n8n:2_1_4 4f582dbbf7ea

before updating to latest, and then immediately received that message, which is strange.

stable: Pulling from n8nio/n8n
Digest: sha256:6f1bd76e2a9acdc079527915e3b956509522dde03d83c5d034b5d9bca90ea88d

latest: Pulling from n8nio/n8n
Digest: sha256:6f1bd76e2a9acdc079527915e3b956509522dde03d83c5d034b5d9bca90ea88d :grin:
Runner configured with following tutorial:

view-source: {==cut unnecessary html==]

We're sorry but the n8n Editor-UI doesn't work properly without JavaScript enabled. Please enable it to continue.

so, seems like the root-cause was

  • N8N_NATIVE_PYTHON_RUNNER=true
    when commented, all back to nomal

Thank you audience, connections with JavaScript solved :sweat_smile:

Misleading release/stable/latest confused anyway.