Automation via Zapier or gateway?

Ok, so started to look for the cause of the 404. Mind you, the site has been working across the board for over a year. Including the client portal, gateway etc.

The logs don’t give any error.

–Appended “/public” to APP_URL in “.env”. php artisan optimize. It broke the site so reverted it back.

–Inspected “chromium” brave browser console. It gave the following errors:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT cookieconsent.min.js:1
Failed to load resource: the server responded with a status of 404 () ZIbJxxxxxxxxxxxxxxxxxxxxxx:1

Issues: 1. Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform

  1. A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.

To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.

Note that for performance reasons, only the first access to one of the properties is shown.

  1. AFFECTED RESOURCES
1. 1 source

  1. livewire.js:1

–Inspected Mozilla Firefox console.
Cookie “cookieconsent_status” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read Set-Cookie - HTTP | MDN cookieconsent.min.js:1:850

GET https://{invoiceninja.url}/client/pay/ZIbJxxxxxxxxxxxxxxxxxx [HTTP/3 404 Not Found 1132ms]

–I also did

No difference