Apache Answer Meta
Questions Tags Users Badges

500 Error on "Follow Tag"

Asked Aug 26, 2024 Modified Jan 1, 0001
Viewed 153
support bug

API endpoint: /answer/api/v1/follow

Payload:

{
  "object_id":"428",
  "is_cancel":false
}

Response:

{
    "code": 500,
    "reason": "base.database_error",
    "msg": "Data server error.",
    "data": {
        "err_type": "toast"
    }
}

Any ideas what could be goosed?

edited Jan 1, 0001
Gareth Johnstone33
asked Aug 26, 2024
2 Answers

The IDs of the tags need to be a BIGINT - a 50x error is produced if its not

edited Jan 1, 1970
Gareth Johnstone33
answered Aug 27, 2024

https://meta.answer.dev/questions/D1fU2/error-handler-handler-go-53-code-500

edited Jan 1, 1970
Ayden33
answered Sep 18, 2024
Related Questions
The issues that occurred after building the service using containers
2 answers
The server doesn't serve static files correctly.
Specify a database schema
2 answers
Is it possible to configure the comment length limit witch is currently 600 characters?
1 answers
Can we disable sending of Activation Email on Signup
1 answers
Does Code highlight plugin work on answers, or only questions?
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Apache Answer Meta.