I am currently running a self-hosted n8n instance using Docker on my local machine (http://localhost:5678).
When I visit the n8n templates website and click on a template, I only see the following options (as shown in image 1):
However, in several video tutorials, other users see an additional, convenient option (as shown in image 2):
What am I missing in my local setup that prevents the template website from detecting my running n8n instance and showing this direct import option?
I suspect it might be related to a specific environment variable, perhaps N8N_PUBLIC_API_URL, but I am not certain which one is required for this detection feature. Any guidance on the correct configuration would be greatly appreciated!



