Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(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:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hi everyone,
I’m trying to create a workflow to connect to the Apify API. I’m running into an issue where I seem to be blocked by my n8n instance’s configuration.
Here’s what I’ve found:
-
Community Nodes are unavailable: When I open the nodes panel, the “Community Nodes” tab or installation option does not appear. This prevents me from installing the official
n8n-nodes-apify
package. -
Header Auth
Credential is missing: As a workaround, I tried using the standardHTTP Request
node. However, when I try to select an authentication method, the genericHeader Auth
credential type is not listed as an option.
It seems my n8n administrator has disabled both of these features.
My goal is simply to pass my Apify API Token (as a Bearer Token in an Authorization
header) to connect to the service. Could you please advise on the best way forward?
Is my only option to ask the administrator to either: a) Install the n8n-nodes-apify
package for me? b) Enable the Header Auth
credential type so I can use the HTTP Request
node?
Thanks for your help!