Skip to content

Instantly share code, notes, and snippets.

@feresr
Created December 22, 2020 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feresr/0529faa95aa28a7e1c877490f695c72c to your computer and use it in GitHub Desktop.
Save feresr/0529faa95aa28a7e1c877490f695c72c to your computer and use it in GitHub Desktop.
Once I’ve updated the dependencies I set off to test it:
= I set my user Feature flags to be on
= Connected to the VPN and reset the user idverification  data from the database using this guide
= Try to login, wasn’t able to because of some backend problem affecting other devs as well
= Took a few hours to fix the problem, but only for my specific user, not sure if the more general problem is fixed (I think backend is investigating)
= But now I’m also getting an error while refreshing profile, it’s showing a message to the user “Unknown error” (started debugging, after a while I found out this courier has no cc and that might be the reason)
= Added a credit card using glovotest.com , but the issue wasn’t resolved
= Logged out to try logging in again and now I’m getting an empty toast in the screen, can’t log back in (empty message showing up, recorded a video and let the team know about it)
= It seemed a problem with the user, after reinstalling the app, clearing my caches could not get to the bottom of it. Using a different user now
= Need to reset the new user for id verification using instruction here
= Once done, I need to book a slot again, took me some time to figure out how to this, needed help from backend
= After reseting the user,  The button “id verification completed” is not showing in the profile anymore, this is good! but I’m not prompted to id verification ether… even after booking a slot :thinking_face:
= Investigate why
= While investigating I started getting a “Something went wrong” random message when refreshing the NEW user profile :psyduck:
= Looks like a 500  <-- 500 https://stageapi.glovoapp.com/v3/couriers/me (284ms)
= Looked it up in datadog https://app.datadoghq.com/logs/livetail?cols=log_headers.glovo-app-type%2Clog_headers.glovo-app-version%2Clog_headers.glovo-app-platform%2Clog_user_id&from_ts=0&index=main&live=true&messageDisplay=inline&query=env%3Astage+-%40headers.glovo-app-platform%3A%28web+OR+iOS%29&stream_sort=desc&to_ts=-1
= give up? :sweat:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment