Skip to content

API is down - returns 404 even in Test endpoint of documentation #46

Description

@henriqueranj

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions