Laravel 12 & breeze & Fortify & Nova & email verification #585
Unanswered
NowakAdmin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After a few hours of reading documentation and testing I'm stuck in step of properly generating a verification link that is sent by e-mail to tenant database user.
I’ve found several topics that are partially related to my issue, but none of the solutions I tried produced a working result.
I use:
multiple database setup.
laravel breeze
inertia & vue3
fortify
nova
in my .env
in my RegisteredUserController.php
I can register a user, database for him is beeing created, freshly registered user is inserted into tenant database, but I can’t pass e‑mail verification — I receive a error 403 | INVALID SIGNATURE
As Far as I read I should:
Other sources that i go throught:
https://laracasts.com/discuss/channels/code-review/how-to-enable-email-verification-with-breeze
None of above help me solved issue.
I end with recieving an email with verification link that is not working (INVALID SIGNATURE)
What is proper way to fix email verification ?
Beta Was this translation helpful? Give feedback.
All reactions