Describe the problem/error/question
We are currently experiencing a platform-wide issue with n8n.
All workflows that rely on OAuth (Google Sheets, etc.) are failing. This is affecting previously working workflows as well as new credential connections.
The issue does not appear to be related to any specific workflow and seems to be at the n8n instance or OAuth handling level.
What is the error message (if any)?
Protocol "https:" not supported. Expected "undefined"
Please share your workflow/screenshots/recording
- Issue affects all workflows using OAuth (e.g. Google Sheets)
- Existing workflows that were previously working are now failing
- New OAuth credential connections fail during callback
- Error occurs before workflow execution (during authentication phase)
(Workflows not included as this is not specific to any single workflow)
Share the output returned by the last node
Protocol "https:" not supported. Expected "undefined"
Debug info
core
- n8nVersion: 1.123.27
- platform: docker (cloud)
- nodeJsVersion: 24.13.1
- nodeEnv: production
- database: sqlite
- executionMode: regular
- concurrency: 50
- license: enterprise (sandbox)
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem
pruning
- enabled: true
- maxAge: 720 hours
- maxCount: 25000 executions
client
- userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/147.0.0.0 safari/537.36
- isTouchDevice: false
Additional context
- Existing credentials are also failing (not just new ones)
- The error occurs during OAuth callback, not within workflow logic
- The instance is currently ~16 versions behind
- No recent workflow-level changes were made
- Issue is blocking all automation workflows
Expected behavior
OAuth connections and workflows should function normally, allowing HTTPS requests and integrations like Google Sheets to execute successfully.
Suspected causes
- Outdated n8n version causing OAuth incompatibility
- OAuth callback handling bug in this version
- Possible mismatch in OAuth redirect handling
Request
Could you please:
- Confirm if this is a known issue with this version
- Upgrade n8n to the latest version
- Verify OAuth callback configuration if needed
Describe the problem/error/question
We are currently experiencing a platform-wide issue with n8n.
All workflows that rely on OAuth (Google Sheets, etc.) are failing. This is affecting previously working workflows as well as new credential connections.
The issue does not appear to be related to any specific workflow and seems to be at the n8n instance or OAuth handling level.
What is the error message (if any)?
Protocol "https:" not supported. Expected "undefined"
Please share your workflow/screenshots/recording
(Workflows not included as this is not specific to any single workflow)
Share the output returned by the last node
Protocol "https:" not supported. Expected "undefined"
Debug info
core
storage
pruning
client
Additional context
Expected behavior
OAuth connections and workflows should function normally, allowing HTTPS requests and integrations like Google Sheets to execute successfully.
Suspected causes
Request
Could you please: