Unable to resume project

Hey, I am unable to resume my project. I can't resume from the projects dashboard and the project itself keeps loading.

An API request to supabase from the project page is responsing the following:
{
    "autoApiService": {
        "protocol": "https",
        "restUrl": "https://undefined/rest/v1/",
        "project": {
            "ref": "XXX"
        },
        "defaultApiKey": "You're using an older version of Supabase. Create a new project for the latest Auth features.",
        "serviceApiKey": "You're using an older version of Supabase. Create a new project for the latest Auth features."
    }
}

I am also getting an internal server error in another API call:
{
    "message": "Internal Server Error",
    "errorEventId": "0f95b786c8334f18872a862a5f547312"
}
Was this page helpful?