Error fetching feature flags

Describe the problem/error/question

After starting n8n (as docker or as globally installed) it kind of randomly asks for log in. For example, I start n8n, log in and maybe after 3 mins i have to log in again.

What is the error message (if any)?

Initializing n8n process
n8n ready on 0.0.0.0, port 5678
Version: 1.11.1

Editor is now accessible via:
http://localhost:5678/

Press "o" to open in Browser.
401 Not logged in
Error fetching feature flags [CanceledError: canceled] { code: 'ERR_CANCELED' }
401 Not logged in
Error fetching feature flags [CanceledError: canceled] { code: 'ERR_CANCELED' }
401 Not logged in
2023-10-25T07:39:46.200Z [Rudder] error: got error while attempting send for 3 times, dropping 1 events
Error fetching feature flags [CanceledError: canceled] { code: 'ERR_CANCELED' }
Error fetching feature flags [CanceledError: canceled] { code: 'ERR_CANCELED' }
401 Not logged in
Error fetching feature flags [CanceledError: canceled] { code: 'ERR_CANCELED' }

Information on your n8n setup

  • n8n version: 1.11.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker and npm
  • Operating system: Centos

Hi @Adrian_Prestamo, I am sorry you’re having trouble. I feel like this could be a telemetry-related problem. Can you try disabling this functionality in n8n as described here and confirm if the issue persists?

Thank you!

1 Like

You’re most welcome! Did this work for you or are you still seeing these errors?