The website I want to monitor is acme.com, where my piwik instance and everything is on analytics.acme.com.
On acme.com, there's a requirejs running.
When running the counter snippet, it correctly attempts to create the <script> with src="https://analytics.acme.com//piwik.js" and loads this .js nicely. Next, http://analytics.acme.com//piwik.php?action... is called and returns a 200; but immediately after that (or parallely), my requirejs (I assume) tries to load http://acme.com/piwik.js as if there were a require(['piwik.js']) somewhere. But on this host (acme.com) there is no piwik.js of course, hence resulting in a 404 and a requirejs error.
What can/should I do?
Thanks and best,
adrian
On acme.com, there's a requirejs running.
When running the counter snippet, it correctly attempts to create the <script> with src="https://analytics.acme.com//piwik.js" and loads this .js nicely. Next, http://analytics.acme.com//piwik.php?action... is called and returns a 200; but immediately after that (or parallely), my requirejs (I assume) tries to load http://acme.com/piwik.js as if there were a require(['piwik.js']) somewhere. But on this host (acme.com) there is no piwik.js of course, hence resulting in a 404 and a requirejs error.
What can/should I do?
Thanks and best,
adrian