Problem when try to reset password in production
Hey guys i have problem when i try to send the reset password email, i have the same configuration in .env production and local... i mean the same configuration for email configuration, smtp, password, username, etc...
Now when i send the email password in local, i receive the email, if you see the screenshot, the message say (We have emailed your password reset link) but when i send the email reset password in production i have problems, the message is other (password.sent) and i have an error in the log.
do you have any idea about this problem?
i use jobs, queues and driver database in local and production


3 Replies
Any idea about this problem?
Passwords sent sounds like your translation files are missing or you use a bad locale
Are there other errors before „tried too many times“? Maybe your mail config is bad? I’d recommend to set the database driver to sync for debugging to see if you get a different error
Hey bro, finally this is not a problem with filament, i make an investigation and the problem is that azure block my ip or vps, for that reason i have this message in production, really bad but hope that azure unlock the vps or i will migrate to AWS SES... both are really convenient for the price...
Thank you @Dennis Koch