404 Tracking Pixel Error

Your software
My Mautic version is: 6.0.4
My PHP version is: 8.1.33
My Database type and version is: MariaDB 10.6.22

Your problem
My problem is: I am getting an error 404 when going manually to the tracking pixel - emails that are being read are not being flagged as read. They are only flagged when I go to an email manually.

These errors are showing in the log:

Steps I have tried to fix the problem:

I have added he following to the Nginx config file:

location ~ email/(.*).gif {
    try_files $uri /index.php?$args;
}

location ~ mtc.js {
    try_files $uri /index.php?$args;
}

location ~ mtracking.gif {
    try_files $uri /index.php?$args;
}

Any help would be really appreciated :slight_smile: