You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Bug needs investigating to determine the cause but can be observed in this video about the reg flow.
Parent 1 authenticates to a record they have created in the past
Parent 1 adds Parent 2's phone number to the record
Parent 2 authenticates
parent 2 can't get past the COACH/PARENT identifier because: TypeError: Cannot read properties of undefined (reading 'ContactRecordType')
By default, a number that passes authentication should be considered a Parent.
The error (if Salesforce returns null in this field) should be logged and streamed to the error slack channel
The text was updated successfully, but these errors were encountered:
When logging into the Parent 2 account, the frontend tries to retrieve a contact that doesn’t exist and gets an empty result. Apparently, it comes from the Auth Mule app.
This Bug needs investigating to determine the cause but can be observed in this video about the reg flow.
TypeError: Cannot read properties of undefined (reading 'ContactRecordType')
By default, a number that passes authentication should be considered a Parent.
The error (if Salesforce returns null in this field) should be logged and streamed to the error slack channel
The text was updated successfully, but these errors were encountered: