You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1:04:00 discord changed their webhook handler and trying to send the object via axios will results in: Error sending to Discord: Error: Request failed with status code 400 - anyone knows the new template to send to fix it?
The text was updated successfully, but these errors were encountered:
I was facing the same issue. The error was that the image I was sending was undefined. So, please check your data once, which you are wrapping inside the body of the Axios post request. Ensure you send the "content" and "embeds" as requested to the body.
1:04:00 discord changed their webhook handler and trying to send the object via axios will results in: Error sending to Discord: Error: Request failed with status code 400 - anyone knows the new template to send to fix it?
The text was updated successfully, but these errors were encountered: