I am the maintainer of the community node n8n-nodes-ada.
About two months ago, I updated the node details (including the Logo, Integration Name, and Description) via the Creator Portal.
In the Creator Portal: Everything displays correctly as intended (please see the first attached screenshot).
In the Public Integrations Page: The search results are not reflecting these updates. It seems to be showing old or incorrect metadata (please see the second attached screenshot).
Is there a manual review process I might have missed? Or do I need to update these details directly in the package.json or node definition files to force a refresh on the website?
Hi Cuifangxu! This sync delay between the Creator Portal and the public integrations page is a known issue that can sometimes take several weeks to months to update. Based on the [docs.n8n.io]( Building community nodes | n8n Docs ) documentation, you may need to publish an updated version of your package to npm with the corrected metadata in your `package.json` file to force a refresh.
I’d recommend:
• Update your node’s `package.json` with the correct name, description, and icon
• Publish a new version to npm
• Contact n8n support directly through the Creator Portal if the issue persists after a few weeks
The public integrations page appears to pull metadata from multiple sources, and manual updates through the Creator Portal don’t always sync immediately with the public-facing search results.