Origin is not allowed by Access-Control-Allow-Origin. Status code: 204 #1366
Unanswered
giuliomagnifico
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Your website probably defined some CORS headers that is preventing external calls. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I found my trouble to my previous issue (#1355), umami doesn't collect data because, well I don't know, but I get these errors:
What I tried is to enable the domain (subdomain), still get the errors and no data, so I enabled the https acess (I thought was a certificate issue), but the same, then I found this discussion and I added to my nginx:
proxy_hide_header 'Access-Control-Allow-Origin';
But I still get the errors and data are not collected in umami. There's a way to fix it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions