Error when trying to create a ChatGPT App "No actor biscuit found"

I’m not sure if it’s related, but I started creating a ChatGPT App earlier today, but did not finish the process, and wound up closing the page in the middle of the first step.

Now, when attempting to list ChatGPT Apps or create a new ChatGPT App, the request silently fails. Looking in the network panel in my browser shows the following response:

{
  "error": {
    "message": "No actor biscuit found",
    "type": "invalid_request_error",
    "param": null,
    "code": null
  }
}

I’ve tried logging out & back in, clearing my browser cache, deleting all cookies & browser storage, and nothing works. Is this a known issue? How can I resolve it?

Exact same issue.

Recreated across 2 separate ChatGPT accounts with business level verification.

Additionally, my previous ChatGPT App draft is now missing from my account.

How to recreate:

  1. Go to ChatGPT Apps
  2. Click “Create App”
  3. Nothing happens

Error logs:

POST https://api.openai.com/v1/dashapi/apps 401 (Unauthorized)

Uncaught (in promise) UserError: No actor biscuit found
    at J.handleResponse (index.js)
    at l (index.js)
    at async J.fetch (index.js)

Call stack (simplified):
  fetch → updateApp → mutationFn → execute → mutate