For a few days now we cannot reach our custom image’s endpoints even though the service says it is running fine (https://ui.endpoints.huggingface.co/epclosing/endpoints/chuckbot-prod)
Background: This is a simple python fastapi service
Example of curl request:
curl “https://lkxi218rilmtm5t8.us-east-1.aws.endpoints.huggingface.cloud/question”
-X POST
-d ‘{
“question”: “Hello world!”
}’
-H “Accept: application/json”
-H “Authorization: Bearer hf_xxxxx”
-H “Content-Type: application/json”
Response: I get a {“detail”:“not found”} aka 404
There are 0 error messages in the log
Other details:
We started seeing issues around 1/23
We verified that the images work locally