No access to community nodes

I have not had any issues until today and i cant seem to access, Any ideas?

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:

Welcome to the community @Pilotwaffle

Can you check if clearing the browser cache fixes the issue? you can fix this by just removing and uninstalling

You are likely using the cloud version of n8n and it does not support unverified community nodes:

Install and manage community nodes | n8n Docs.

Unverified community nodes aren’t available on n8n cloud and require self-hosting n8n.

All the verified nodes that can be installed can be found in the default node pane where you choose nodes to add to canvas.

i am using self hosting

did not help but i did just get a new studio 2 laptop and I am using my external ssd HD with it versus the surface pro 8 i just looked at the pro 8 and it still has all my old workflows and the node I am trying to use on my new laptop so i checked settings and found I now have 2 seperate Instance ID’s, I assume thats the real issue, any ideas?

That’s interesting, could you tell us more. Are you using docker or npm? What is your version?

Please include your list of ENV vars you are passing to your n8n instance on its start.

using docker desktop, I think its an issue with not having all the info from the pro 8, but i am gonna try to connect and transfer via network, Ill let ya know if it works

Have you added the environment variable/switch you need to add to allow community packages

N8N_COMMUNITY_PACKAGES_ENABLED=True

Read more at Nodes environment variables | n8n Docs