Block a user
Investigate clear_temporary_value handler
Investigate why the pin hash is appearing in places where it should not appear
Insights found in relation to this: issue grassrootseconomics/sarafu-vise#65
Investigate why the pin hash is appearing in places where it should not appear
pdb.Abort(ctx) causing write rollbacks
pdb.Abort(ctx) causing write rollbacks
On go-vise
826c56de54/db/postgres/pg.go (L208C3-L208C17)Once a key is not found on the store, the pdb.Abort(ctx) is…
pdb.Abort(ctx) causing write rollbacks
Possible fix
Removing this line resolves the issue from our tests
pdb.Abort(ctx)
pdb.Abort(ctx) causing write rollbacks
Log file for a newly registered user that accesses the invite recipient node
pdb.Abort(ctx) causing write rollbacks
Extra SMS features
http://localhost:5035/api/v1/external/pinreset
{ "admin": "+254722000111", "phone": "+254723000111" }
Extra SMS features
@kamikazechaser currently getting an error on the staging server, and production server
See this sample curl request.
Kindly confirm if we're passing the correct details
pinreset
cur…
Recipient verifier passing invalid phone numbers to the alias resolver
use the updated phone and alias regexes from common