Next.js Discord

Discord Forum

discord webhook not executing

Answered
Elite posted this in #help-forum
Open in Discord
i have a api endpoint in v13. on form submit, it sends a discord webhook
the urls are all right
not sure whats wrong
heres my code:
https://gist.github.com/navincodesalot/10f57bbc1c4374a416ef8cd19909789c
Answered by DirtyCajunRice | AppDir
1. upgrade to 14. there is no benefit to staying on 13.
2. save your fetch result and print the status code and the response text so you can actually see what is happening. fetch getting a 500 will not throw an error.
View full answer

3 Replies