Describe the problem/error/question
The error does not allow me to update the community node version on the update button.
I expect that after clicking on the update button and update package. The latest version of node will be installed. But it doesn’t happen.
I have created and maintain n8n-nodes-kommo.
After making changes to the npm package, I execute:
- npm patch
- npm publish
The updated version of node is successfully published to npm.
Next, I go to n8n under community nodes https://mydomain.com/settings/community-nodes and see the “Update” button.
Next I click Update and update package.
Visually the update is successful. However, after refreshing the page, I see that the node version is still the same.
Rebooting the n8n container does not change the situation.
Only reinstalling the node helps.
Can you tell me what I am doing wrong?
What is the error message (if any)?
No error messages appear.
But the node is not updated after pressing the update button.
I recorded a short video to clearly demonstrate the error https://youtu.be/8tKinHtQzY0
Information on your n8n setup
- **n8n version:1.29.1
- **Database (default: SQLite):Postgres
- **n8n EXECUTIONS_PROCESS setting (default: own, main):main
- **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
- **Operating system:linux