Cannot find certain nodes (iCalendar) in docker

Describe the issue/error/question

I am running n8nio/n8n docker image (latest) with docker-compose, also updated the image with
docker-compose stop n8n
Stopping mmxdevstack2_n8n_1 … done
docker-compose up -d n8n

but sone nodes are missing.
E.g. iCalendar
Is there some way to add this to an existing docker setup?

What is the error message (if any)?

Please share the workflow

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:latest
  • Database you’re using (default: SQLite):postgres
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:docker

Hey @Rand_Kepp,

Welcome to the community :raised_hands:

I have just checked on my docker install and the iCalendar node appears to be there, What other nodes are missing and what environment options did you set when starting up your container?

Hello Jon,

I think i found the problem.
had to force docker-compose pull n8n … then do the docker-compose up -d n8n

node is now accessible.

kind regards

Randy

1 Like

Hey @Rand_Kepp,

That is good news, I am not sure why it was missing in the first place. unless it was an upgrade from an old version.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.