fluxsocial / junto-mobile

The Junto cross-platform mobile app
https://junto.foundation/
Mozilla Public License 2.0
33 stars 3 forks source link

Sign up doesn't nav to community agreements #691

Closed tlalokyang closed 4 years ago

tlalokyang commented 4 years ago

Tested this on latest dev, the version before my PR 'Merge pull request #686 from juntofoundation/fix/sign-up-image-selection'(tree 689257eaa6) and an even earlier version 'Refactor selecting and cropping of profile picture during sign up' (ffabb357a9), and navigation to community agreements post-sign up aren't working there. Maybe this was taken care of in Nash's performance PR? Either way, I remember it working at one point, but it's no longer functional.

cc @orestesgaolin

orestesgaolin commented 4 years ago

Does it navigate to Lotus or is stuck on loading page?

sob., 16 maj 2020, 04:13 użytkownik Eric notifications@github.com napisał:

Assigned #691 https://github.com/juntofoundation/junto-mobile/issues/691 to @orestesgaolin https://github.com/orestesgaolin.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/juntofoundation/junto-mobile/issues/691#event-3343125527, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEASZX5UAXEMLNAKI2BPC5DRRXZGHANCNFSM4NCWSVUQ .

orestesgaolin commented 4 years ago

Interesting error that may be a reason for that image

tlalokyang commented 4 years ago

Yeah.. are you in the latest dev? I'm not getting that error / fixed that in my notifications PR.

This is my log during the sign up flow. Below is a screenshot of the screen I'm stalled on as well.

flutter: 1 flutter: 2 flutter: {username: eyango} flutter: 200 flutter: {"valid_username":true} flutter: 200 flutter: 3 flutter: 4 flutter: 5 flutter: 6 flutter: [DEBUG] [WelcomeState._nextSignUpPage]: Verifying e-mail flutter: [DEBUG] [AuthRepo.verifyEmail]: {email: eric.yang217+2@gmail.com} flutter: [DEBUG] [AuthRepo.verifyEmail]: 200 {"message":"You registration is nearly complete. Please check your email for a verification code sent by hi@junto.foundation"} flutter: [DEBUG] [GestureRecognizer.invokeCallback]: You registration is nearly complete. Please check your email for a verification code sent by hi@junto.foundation flutter: 7 flutter: [AuthBloc.mapEventToState]: User signed up flutter: [DEBUG] [AuthBloc._mapSignUpEventState]: Registering user flutter: [DEBUG] [AuthRepo.registerUser]: {"private_den":{"address":"52b90fc3-d82e-277c-6fc2-ea2806d5864b","name":"Eyango's Private Den","creator":"82b90fc3-d828-5fd9-bea5-b71e62b5c630","privacy":"Private","is_default":true,"created_at":"2020-05-16T22:08:05Z"},"public_den":{"address":"f0b90fc3-d82f-6089-9d30-23cbdb317688","name":"Eyango's Den","creator":"82b90fc3-d828-5fd9-bea5-b71e62b5c630","privacy":"Public","is_default":true,"created_at":"2020-05-16T22:08:05Z"},"pack":{"address":"52b90fc3-d82f-87ad-928e-eb82271987b4","creator":"82b90fc3-d828-5fd9-bea5-b71e62b5c630","created_at":"2020-05-16T22:08:05Z","privacy":"Private","group_type":"Pack","group_data":{"name":"Eyango's Pack"}},"user":{"address":"82b90fc3-d828-5fd9-bea5-b71e62b5c630","email":"eric.yang217+2@gmail.com","username":"eyango","bio":"","name":"Eyango","created_at":"2020-05-16T22:08:05Z","profile_picture":[],"gender":[""],"location":[""],"website":[""],"background_photo":""},"user_perspective":{"address":"ccb90fc3-d830-5d30-adf2-17<…> flutter: [AuthRepo.registerUser]: Logging in user flutter: [AuthRepo.registerUser]: User logged in flutter: [AuthRepo.registerUser]: Storing user data flutter: [UserDataProvider.initialize]: Fetching user information

Simulator Screen Shot - iPhone X - 2020-05-16 at 17 08 13

tlalokyang commented 4 years ago

Last bug we need to resolve before moving into external testing. Would be great if you could resolve this @orestesgaolin ; thanks

orestesgaolin commented 4 years ago

I'm on it today