CORS error when accessing using localhost

Hi @wardo1230, welcome to the community!

I am sorry to hear you’re having trouble.

n8n doesn’t have built-in logic avoiding CORS issues, so you’d want to add the required headers outside of n8n itself. Typically on a reverse proxy level as suggested over here for nginx (this topic is about the webhook node, but the basic idea should work for other browser-initiated requests subject to CORS as well of course).

2 Likes