My apologies, I found out the root cause: the GetUser script did raise an error when an user is not found instead of returning callback(null);
and it appears that after signup, the GetUser script is called out before Create script.
1 Like