N8n and nginx proxy manager access list - Error 403 - Forbidden

Describe the problem/error/question

What is the error message (if any)?

When accessing n8n through nginx proxy manager (npm) without access list controls, it works! However, once I use an access list (list of allowed users) to use say https://npn.domain.com, I get an error of 404 Forbidden. I suspect that it’s trying to access some pages in n8n but which pages and is this happening in the first place? What pages are they trying to access leading to a 403?

Please share your workflow

N/A

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.110.1
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker with Portainer
  • Operating system: Ubuntu 20.04

hello @okynnor

Makes sense. This issue is described on the NPM portal:

FAQ | Nginx Proxy Manager

1 Like

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