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
Pour un nouveau compte, un utilisateur a créé un compte email mais pour une raison inconnue, il apparaissait toujours en EMAIL_CREATION_WAITING alors que bien créé niveau OVH
Dans les logs scalingo-cron: {"error":409,"message":"Email address is already used by a account."}
J'ai dû executer la cmd suivante pour débloquer :
UPDATE users SET
primary_email ='[email protected]',
primary_email_status ='EMAIL_ACTIVE',
primary_email_status_updated_at = NOW()
WHERE username='xxx.yyy';
The text was updated successfully, but these errors were encountered:
Pour un nouveau compte, un utilisateur a créé un compte email mais pour une raison inconnue, il apparaissait toujours en
EMAIL_CREATION_WAITING
alors que bien créé niveau OVHDans les logs scalingo-cron:
{"error":409,"message":"Email address is already used by a account."}
J'ai dû executer la cmd suivante pour débloquer :
The text was updated successfully, but these errors were encountered: