I’m trying to use the Direct Upload method to set up a quick Pages site to try it out, but when I go to create my project, the button just pulses forever and I can’t get past it. Looking behind the scenes on the dashboard, the POST to …/pages/projects returns a 500:
{
"result": null,
"success": false,
"errors": [
{
"code": 8000000,
"message": "An unknown error occurred"
}
],
"messages": []
}
Have I missed a step to correctly enable Pages for my account?