Open DJZenose opened 2 years ago
Apply this pull request #76 and set DEBUG_PROXY=true
in proxy.php. then you'll see debug-proxy.log
into tracker-proxy dir with debug details.
@DJZenose I had the same issue when the tracked site and the matomo instance were on the same server. Depending on your configuration it might be necessary to add the DNS name of the matomo instance to /etc/hosts
with an IP address of 127.0.0.1
Took me quite a while to figure out.
same error for me but nothing helps. and I already set $DEBUG_PROXY = true; but the debug log dose not come up
for context, I'm using the proxy on a server running WordPress 7.4 and I have the appropriate tracking code applied
I have the proxy installed in a directory under root (matomo/matomo.php) and am referencing it in the tracker as
u+'matomo/matomo.php'
When I load the page, the request for matomo.php gives a 200 with the response of
/* there was an error loading matomo.js */
.I cant quite figure out where the issue is at.