When I tried logging in to the sandbox admin portal with the associated password, I was unable to do so.
I then initiated the password reset workflow, and while I did receive an email that ostensibly let me change our password, upon subsequently trying to log in, I received an error message indicating our “account is not activated” yet:
Hi @Tasnim, it looks like we’re not out of the woods yet. We’re now able to access an API token, and able to make some API requests (e.g. /v2/jobs/eta, /v2/areas/{city}?type={jobType}). However, we’re unable to create jobs… most of the time.
I played around with Postman a bit, and it seems like the first job creation request succeeds, but all subsequent ones fail for about 8 seconds, at which point they start succeeding again. The failures we get in the intervening period are:
{
"error": "UNKNOWN",
"message": "Something went wrong. Please try again later."
}
This feels unrelated to our original issue, so I’ll go ahead and file a separate bug (just flagging it here first in case my assumption is wrong).