MichaelRoosz

Results 13 comments of MichaelRoosz

There seem to be some problems when running on Windows. I am working on a fix.

Hello @krisdages. thank you for your contribution, I will try to get this merged soon.

Because of security reasons it is not recommend to run docker or svgexport /pupeteer as root. If you switch to a different user for docker it will work.

@breakdom Puppeteer/Chromium does not like to be run as root, if you switch to a different user it might start working. Installing the dependencies as @shakiba pointed out might also...

We are also setting cors headers here: https://github.com/matomo-org/matomo/blob/4.x-dev/core/Tracker/Response.php#L111, it might be a good idea to merge this also with CORSHandler

Also the Piwik JS API is currently sending POST instead of GET requests if the request length is greater than 2000 chars. The replay tracking feature should also support these.

Another missing feature for replay tracking: Support for the 3rd party cookie

We have a big setup and just upgraded from 4.8.0 to 4.13.2. I just had to set "disable_archive_actions_goals = 1" because the sql queries generated by this new goal report...

@sgiehl Nice! I will give it a try. Thank you!