Trying to access n8n via IP on my local network but got this error code, seems variables setup available only in Enterprise plan. correct me if I am wrong
Thank you!
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:
What you’re referring to are ‘global variables’ - those do require a paid plan, yes (Pro or higher).
What you need here are environment variables and these are supported (actually NEEDED) on all plans, including the free self-hosted community plan. You can define them in a .env file - see this documentation page. Here’s a full overview of all available environment variables.
1 Like
Thank you!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.