/graphql 403 error

Hi, I am using huggingface transformers on a runpod instance and getting the following error:

wandb: W&B API key is configured. Use `wandb login --relogin` to force relogin
2025-02-25 03:27:06,293 - ERROR - 403 response executing GraphQL.
2025-02-25 03:27:06,293 - ERROR - 
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/graphql</code> from this server.</h2>
<h2></h2>
</body></html>

I was able to get it working before, but recently hit this 403 error. I have my API key configured. Is the instance I am using banned or something?

Versions:

transformers               4.49.0
wandb                      0.19.7