Exploring n8n for the first time to work on a POC so please don’t mind if I have missed some details.
Describe the problem/error/question
When I use the Jira node to fetch issue details in n8n, I receive a sign-in page for Microsoft online services instead of the issue details.
Initially, I was encountering an “Unable to load certificate” error. I managed to bypass this by setting the NODE_TLS_REJECT_UNAUTHORIZED
environment variable to '0'
in my Docker container.
Afterward, I was able to successfully authenticate my Jira credentials in n8n. However, when I tried to use the Jira node to fetch issue details, I received an unexpected response. Instead of the issue details, I received a sign-in page for Microsoft online services.
What is the error message (if any)?
There is no explicit error message. However, the response from my attempt to fetch issue details is a Microsoft login page, not the expected Jira issue details.
Share the output returned by the last node
Sign in to your accountInformation on your n8n setup
- n8n version: 1.39.1
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker Desktop
- Operating system: MacOs