A user just tried to sign up to my service and got this error:
{
"data": null,
"errors": [
{
"message": "The request is invalid.",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"userSignUpWithPassword"
],
"code": "ValidationError",
"details": {
"user": "Sandbox Error: Extensibility error"
}
}
]
}
I immediately recognized the 'sandbox error" message from the last time my user signups were broken in late 2021.
Please see this post: URGENT - SIGNUPS BROKEN: "Sandbox Error: Extensibility error"
8base had to fix it on their end last time. Can you please look into fixing this again
@timothy.myers you were the one who helped out and commented on it last time. Perhaps you could help again?