Issues w/ Insight Tab in Community Version

Hi Team,

I have seen that there is a new version of N8N which comes with the Insights tab, and now I have noticed that by deploying it on Railway with my normal N8N version, it’s not showing up.

It’s without the Insights tab, and I’m running the latest version of N8N 1.91.3. Also, I am the main admin of the account. Is there something I need to change to enable it?

I have self-hosted with Docker and Ubuntu 24.04 on Hetzner with EasyPanel.

1 Like

Hi man,

Set Dock-compose to this

      - DB_TYPE=postgresdb

this is required

and this is config you have to define

      - DB_POSTGRESDB_DATABASE=n8n_you_have_to_set
      - DB_POSTGRESDB_HOST=postgres_you_have_to_set
      - DB_POSTGRESDB_PORT=5432
      - DB_POSTGRESDB_USER=user_you_have_to_set
      - DB_POSTGRESDB_PASSWORD=password_you_have_to_set
      - DB_POSTGRESDB_SCHEMA=public

This work for me with self-host N8N with docker.

This thing didn’t work for me.

https://n8n.xaif.in/insights/total

Try this link. It may help.

Hi @xaif

I’m not sure if this is the issue, but have you registered your n8n instance with the Community Edition license that unlocks additional features?

It throws 404 error for me.

Yes! I have registered

I just updated n8n to version 1.93.0, and it started working for me. Even MCP is now functioning. I’m not sure how, but it is working.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.