DaveOriginal post
Rank 2: Process
I am currently facing an issue which is only happening to one of my testers. When she tries to sign in using email and password on both her phone and system, it throws an error.
Signing up with email and password returns an invalid_parameters error, but it works for other people.
I have tried to replicate it locally and in production but I have not been able to do it.
It works for other users and it's just her. I have tried to find out what's wrong but I don't know
Summary
Issue: The developer is facing an `invalid_parameters` error specifically from the `createEmailPasswordSession` function when a tester tries to sign in. This is happening only for one user, while it works for others. Replication in local and production environments failed.
Solution: Check the request's response body to determine the specific error details. Debug the email and password authentication flow for any inconsistencies or user-specific issues.