Update n8n, but the latest added node is not found

Hello

I updated a n8n to 1.67.1 looking for an information extractor node.
But I cannot find it.

But I can confirm there is one from the newly installed n8n

both 1.67.1 version

Below are my steps to update the n8n. Is there an extra step to get the updated node? Thanks

	1. change directory to the root of the repository you cloned:
	cd n8n-docker-caddy
	
	2. Stop n8n and Caddy
	sudo docker compose stop
	
	3. Updating

	# Pull latest version
	docker compose pull
	
	# Stop and remove older version
	docker compose down
	
	# Start the container
	docker compose up -d
	
	4. Restart Server
	sudo shutdown -r now

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Blueli

Did you actually confirm inside n8n that the update was done? Does it say the correct version in n8n?
When new nodes are installed sometimes you need to refresh your browser’s cache. Easiest way to check is to login in a different browser/incognito browser.

2 Likes

Oh, you are right. It was really a browser cache issue. I performed a hard refresh, and the node showed up.

Thanks

1 Like

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