Hi, when requesting a password recovery link, the URL sent in the email uses http:// instead of https://, which causes the Chrome browser to block the site. The website is hosted on Firebase, so SSL is not the issue here. I'm not sure how to overcome this. Other browsers redirect to HTTPS, but Chrome is blocking the site.
But the link in the email is the link you include in the create password recovery API call 🧐
😅 Let's just assume this never happened...
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...