-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello,
I have noticed that for a couple of hours the CounterAPI service has been down. It returns a 404, even via the test endpoints in the documentation webpage (https://counterapi.dev/api/endpoints.html).
Error object from documentation :
{
"message": "Request failed with status code 404",
"name": "AxiosError",
"stack": "AxiosError: Request failed with status code 404\n at Ey (https://counterapi.dev/assets/app-2bca64ec.js:12:1045)\n at XMLHttpRequest.f (https://counterapi.dev/assets/app-2bca64ec.js:12:4333)",
"config": {
"transitional": {
"silentJSONParsing": true,
"forcedJSONParsing": true,
"clarifyTimeoutError": false
},
"adapter": [
"xhr",
"http"
],
"transformRequest": [
null
],
"transformResponse": [
null
],
"timeout": 30000,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": -1,
"maxBodyLength": -1,
"env": {},
"headers": {
"Accept": "application/json"
},
"returnRejectedPromiseOnError": true,
"withCredentials": false,
"baseURL": "https://api.counterapi.dev/v1/",
"params": {
"name": "APITest"
},
"method": "get",
"url": "test/test/up"
},
"code": "ERR_BAD_REQUEST",
"status": 404
}Could you please look at this? Is this a service disruption?
Further, is there a way to know the health status of the CounterAPI service?
Cheers
goodtube4u
Metadata
Metadata
Assignees
Labels
No labels