Closed rushatgabhane closed 3 months ago
Triggered auto assignment to @kadiealexander (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
The problem is also present when the user is brought into New Dot in signed -in state (e.g. on classic, if I go to Support - Concierge, it brings me into ND in signed in state and I don't see the userMetadata
onyx data)
The problem is also present when the user is brought into New Dot in signed -in state (e.g. on classic, if I go to Support - Concierge,
added it in issue
Not overdue.
I have got one PR for the SignInUser
case up, there are some flakey tests
For the SignInWithShortLivedAuthToken
its using a CreateLogin
auth command, which is not returning the userMetadata yet so we need to first return that from Auth
@mountiny thank you for prioritizing this. I was blocked on scheduling our onboarding till we fix these two things cause otherwise none of the legit accounts will have metadata for a very long time. Sign up + infinite sessions = no metadata till they are forced to sign in at some point.
No problem, seems like it should be quite quick so given Tom explained to me this is blocking us from actually starting using FullStory happy to help while Daniel is out
I have got one PR for the SignInUser case up, there are some flakey tests
You mean SignUpUser
I think?
sign IN is correct
SignUp, yes, the signIn already works
I have got Auth PR up to add the user metadata to the response of CreateLogin which we need for the SignInWithShortLivedAuthToken
then the Web PR can be merged once the Auth change is deployed and that should unblock this
Niceee, thanks Vit! So the Auth deploy should go out tonight on PST with Carlos as the auth deployer this week. Then we can merge the Web PR to have it go out tomorrow GST with Maria as the web deployer this week.
Yeah that sounds good to me
@mountiny, @kadiealexander Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!
@mountiny, @kadiealexander Huh... This is 4 days overdue. Who can take care of this?
@mountiny, @kadiealexander Now this issue is 8 days overdue. Are you sure this should be a Daily? Feel free to change it!
I believe this is done now
When an existing user signs in, the API command
SignInUser
is called. It returnsuserMetadata
in its response which is then saved to onyx and used by fullstory. WithoutuserMetadata
, the user is anonymous on fullstory.Problem
Fullstory has anonymous data
SignUpUser
is called. It does NOT returnuserMetadata
.SignInWithShortLivedAuthToken
is called. It does not returnuserMetadata
. eg: Support > ConciergeSolution
SignUpUser
command too (google doc).SignInWithShortLivedAuthToken
command too (google doc).