Closed GabriMagic closed 11 months ago
I was debugging the entire matomo.js file looking for the "trackerUrl" and I found that it is not including the "setTrackerUrl" property on the flow:
Despite of this, the action wouldn't be sended to the correct server never.
Good night! I am new into this product as Matomo and his libs, I am trying to integrate it into my Angular 9 application, I have this configuration:
And I can resolve correctly the matomo.js file:
But when it exceutes and try to send data to my matomo server it calls to http://localhost:4200 instead of http://localhost:81/atomo.php as show below
I don´t know if is there any problem with the version 1.3.6. or I am missing some configuration but if I add the script manually to the index.html it works propperly, I couldn't find where the error could be and I hope if anyone can help me with this.
Thanks in advance