Can't access terraform state (timeout and querry errors)

Hi,
All my terraform states hosted on Gitlab.com have become unavailable, since Saturday Apr 23, 2022 2:03pm GMT+0200.
From the terminal, I have dial tcp 172.65.251.78:443: i/o timeout

From the website, when I try to lock the state, I have the following error message in the network requests:

[
    {
        "errors": [
            {
                "message": "Variable $projectPath of type ID! was provided invalid value",
                "locations": [
                    {
                        "line": 1,
                        "column": 17
                    }
                ],
                "extensions": {
                    "value": null,
                    "problems": [
                        {
                            "path": [],
                            "explanation": "Expected value to not be null"
                        }
                    ]
                }
            }
        ]
    }
]

The state appears to be locked anyway '^^.

I have tried across several projects and the problem is the same.
Fortunately I can still download the state files manually.

Is that a known issue ?

It was a bad configuration on my side (from terminal), but it doesn’t explain the error in the web console. sorry for the noise.