umami
umami copied to clipboard
Error script not loading
the script is not loading on brave browsers, anyway around this?
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
after disabling the shields I get more errors...
Access to XMLHttpRequest at 'https://website.com/api/collect' from origin 'https://MYwebsite.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
umami.js:1
POST https://website.com/api/collect net::ERR_FAILED
is it possible to add image tracking?
For this error, "Failed to load resource: net::ERR_BLOCKED_BY_CLIENT" Please see the following closed issue, #1498 Ultimately, it's likely being caused by an adblocker from your browser
after changing the TRACKER_SCRIPT_NAME I get an error
asdflkjh.js:1 POST https://analytics.website.com/api/collect net::ERR_BLOCKED_BY_CLIENT
_ @ asdflkjh.js:1
q @ asdflkjh.js:1
V @ asdflkjh.js:1
asdflkjh.js:1 Uncaught (in promise) TypeError: Failed to fetch
at _ (asdflkjh.js:1:1204)
at q (asdflkjh.js:1:1495)
at HTMLDocument.V (asdflkjh.js:1:2454)
I think adding an image tracker like you see on Motomo will fix this
@Stargate-project You need to change COLLECT_API_ENDPOINT
in addition to TRACKER_SCRIPT_NAME
as that's blocked as well
Closing out old issues. If you continue to experience errors, please open a new issue.