Api.n8n.io - templates are not pulling into n8n

After I did update to latest version now the templates are not pulling into my n8n

It use to be easy to search inside the UI for what im looking for and now I cant. There was a cloudflare problem yesterday but I dont believe that is the issue.

there is something wrong with the code or api pulling the templates. Any ideas?

Cheers

This sounds like a connectivity issue between your n8n instance and the templates API. Here are a few things to try:

• Check if you can access api.n8n.io directly in your browser to confirm it’s reachable

• Restart your n8n instance to refresh the API connections

• If you’re using a self-hosted version, verify your firewall/network settings allow outbound connections to api.n8n.io

• Try clearing your browser cache or testing in an incognito window if using the web interface

If the problem persists after these steps, it might be worth checking the n8n community forum or GitHub issues to see if others are experiencing similar template loading problems with the latest version.