Describe the bug
500 Internal Server Error when testing Discord webhook with http post request
I have the following types of Webhooks registered
Discord webhook with game subtype
Expected behavior
A test post
Additional context
Response for reference:
{
"id": "3183150c-91f1-45e7-84ff-085cf3c02ba4",
"requestId": "8104c28f-b9db-4479-a14b-300c7b1f118a",
"statusCode": 500,
"errorCode": 0,
"message": "An error has occurred. For more information, please check the logs for error ID 3183150c-91f1-45e7-84ff-085cf3c02ba4"
}
EDIT: I fixed this by using Insomnia instead for the POST. Webhook still not sending anything in Discord though even after successful POST.
Describe the bug
500 Internal Server Error when testing Discord webhook with http post request
I have the following types of Webhooks registered
Discord webhook with game subtype
Expected behavior
A test post
Additional context
Response for reference:
{
"id": "3183150c-91f1-45e7-84ff-085cf3c02ba4",
"requestId": "8104c28f-b9db-4479-a14b-300c7b1f118a",
"statusCode": 500,
"errorCode": 0,
"message": "An error has occurred. For more information, please check the logs for error ID 3183150c-91f1-45e7-84ff-085cf3c02ba4"
}
EDIT: I fixed this by using Insomnia instead for the POST. Webhook still not sending anything in Discord though even after successful POST.