Cannot create new direct upload Pages site

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?

Well never mind… it’s working this morning. :person_shrugging:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.