Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

zwouter's avatar

403 Invalid signature on verify-email

Hi, I'm using Laravel's verify email functionality when creating a new user on my project. While serving the system locally, this works without any flaws, but I can't seem to get it working when running the system on production. The email is sent, and it contains a link which looks fine (https://www.<CorrectDomain>.com/en/verify-email/<userID>/<RandomString>?expires=<TimeStamp>&signature=<Signature>. However, when accessing this link, I get a 403 Invalid Signature error.

I am currently hosting the system on an App Platform on Digital Ocean, while most similar issues need to change some NGINX configuration settings. Does anybody have any idea on how to solve this?

0 likes
0 replies

Please or to participate in this conversation.