Closed tfitzke closed 7 months ago
@TesteurManiak Hey, I was wondering if there is something you need from me to verify this problem or be able to give support?
@tfitzke Unfortunately, considering that the requests are returning a valid status code, it might have something to do with your installation (even if it works correctly on the web). Have you tried to sent event to a non hosted Matomo instance to see if it works better? Other than that I have no idea what might cause that.
A direct call via: http -v GET "https://MYMATOMOPAGENAME.com/matomo.php?idsite=4&rec=1" is working. With non-hosted, you mean a cloud installation of matomo?
With non-hosted, you mean a cloud installation of matomo?
Yes
Hey, we found the problem!
We had to use:
const String _matomoEndpoint = 'https://MYMATOMOPAGENAME.com/matomo.php';
This was due to matomo telling us, we need to use the address "https://MYMATOMOPAGENAME.com/" and I was under the impression this was the whole URL I needed to use! Stupid mistake, but at last it's solved.
Great, glad you've fixed your issue 👍
Describe the bug I set up a basic installation of a flutter app, added some parts of the example code. The console shows expected output:
On our Matomo installation I do not see any logging though. It appears as if nothing has been received. I suspect that this is not a problem with the library, but I also set up tracking for a website on the same matomo installation and it works fine. Any hints, if I might need to fulfill some steps in matomo, or on the app side would be very appreciated :)
To Reproduce Steps to reproduce the behavior:
My app code:
Expected behavior I expect Matomo to log the received messages.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context We currently use Matomo 5.0.2