I am encountering an issue with password reset in my app developed with FlutterFlow and using Supabase. The reset link, which looks like this:
https://{app_name}.flutterflow.app/changePassword?code={unique_code},
works correctly on some devices and browsers, but authentication fails on others, preventing the user from resetting their password.