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?
Please or to participate in this conversation.