-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORS Policy error with Umami cloud #82
Comments
Hi @robinsimonklein, sorry and thanks for being patient. I'll look into this as soon as I can. |
Hello again, Robin. I can't reproduce this issue, sending with the ID and host you provided works well. Can you please try disabling your ad-blocker if you have one and let me know, ad-blockers now block umami.is requests. |
Hi @robinsimonklein, [how] did you manage to fix the issue? |
Hi @ijkml, Maybe a little reminder in the doc can help the next ones avoid being fooled? Anyway thanks for your quick answer ! |
Hi,
I'm using the Umami cloud, and I'm attempting to integrate umami-nuxt with it. However, I'm encountering a CORS policy error, even in the production environment.
The production site is located at https://robinsimonklein.com/ and is deployed on Netlify.
I've seen issues #75, #63, and #52, which appear to be related to the same problem. I've attempted all the configurations mentioned in those issues without success.
Currently, my configuration looks like this:
However, this configuration is not working. I also experimented with using https://eu.umami.is/ as the host (my admin UI displays
<script async src="https://eu.umami.is/script.js" data-website-id="0431f0df-f774-4be1-9de1-b974c1c60cd5"></script>
for the tracking code), but that also did not resolve the issue.
I'm currently using nuxt-umami version
v2.5.5
.I'm uncertain how to debug this problem, so any assistance would be greatly appreciated. :)
The text was updated successfully, but these errors were encountered: