Final redirect url contain tracking token (?ct=) and this throw an error when url is long. Disable this ct?

Your software
My Mautic version is: 5.2.6
My PHP version is:8.3
My Database type and version is: Maria 11.4

Your problem
My problem is:
The user click on a tracked link in an email, this takes the user to mautic and we register the click.
Then the user get redirected to the final page and here is the problem.
Some php, e.g. laravel cant handle the long url coming from the click tracking token and throw an error.

These errors are showing in the log:

Steps I have tried to fix the problem:
Looked for ways to disable tracking at the outgoing url after tracking the click, since we dont use tracking at the final url either way.
I have not found any way to disable this tracking.