First installation of N8N in a local LXC behind a npm

Describe the problem/error/question

I have installed N8N on a ProxMox LXC using the script available from Proxmox VE Helper-Scripts and with Nginx reverse proxy I’ve mapped as n8n.assemazz.na
When I try to use the “Microsoft Outlook Trigger” and create new credential, I have this:
http://localhost:5678/rest/oauth2-credential/callback

I haven’t found a possible solution, could you please support me to configure properly my instance?

Information on your n8n setup

  • n8nVersion: 1.57.0
  • platform: npm
  • nodeJsVersion: 20.17.0
  • database: sqlite
  • executionMode: regular
  • concurrency: -1
  • license: community
  • consumerId: unknown

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • n8n version: 1.57.0
  • Database (default: SQLite): sqlite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Linux n8n 6.8.8-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.8-4 (2024-07-26T11:15Z) x86_64 GNU/Linux

Hey @LuMe,

Welcome to the community :raised_hands:

I would always recommend following the official documentation if you are new to using n8n, It looks like you will be seeing localhost becuase you have not set WEBHOOK_URL, Try setting it as an env option and you should be good to go.

1 Like

Thanks it helped me.

1 Like

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