Closed htulibacki closed 6 months ago
I've tried to reproduce this using our demo app.
It contains a mailable with a link containing =
You can send that mail to Ray using php artisan mail
When clicking the "View order" button in the mail, the correct link (https://spatie.be/?hey=yo&option=value
) opens in the browser.
So, it seems to be working. Could you PR a link that does not work to our demo app?
I get this too, only w/ signed urls
This is fixed in the latest version.
Describe the bug When you click on a button, like the one for email verification, you always get a 403 error - invalid signature. Seems like the "=" sign is getting dropped.
Versions Ray version (you can see this in "About Ray"): 2.7.5
You can use
composer show
to get the version numbers of:PHP version: 8.3 Laravel version: 11.4
To Reproduce Steps to reproduce the behavior:
Expected behavior There should't be any error.
Desktop (please complete the following information):