-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhook test successful but nothing posts to Discord through webhook #21
Comments
I also manually tested sending a POST to the webhook to make sure it wasn't permissions on the Discord end. No issues with that. Seems to be something on the server end. |
I could not get it to work, either. |
Did a test request with postman and Insomnia, with postman i get the response "1" and with Insomnia it is empty - if i send wrong type or webhook it gives an error. but i see nothing posted to Discord
JSON request works fine
|
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.
The text was updated successfully, but these errors were encountered: