discord-api-docs
discord-api-docs copied to clipboard
No error message shown when saving interactions endpoint
Description
When attempting to save an interactions endpoint url that has not been properly configured, and does not correctly respond to requests from discord, it refuses to save and doesn't show any error message (there is an error message in the request)
Steps to Reproduce
- Create a new discord application
- Try to set the "Interactions Endpoint URL" to a url that does not exist or doesn't correctly respond to the verification checks
Expected Behavior
When I try to save an incorrect interactions endpoint url, it should show an error message under the textbox saying it could not be verified.
Current Behavior
My server code was still being uploaded, I put the url of the deployment in the dashboard and pressed save. The save button starts loading, sends the post request to discord, and stops about a second later after the request finishes, the server responds with an error message ("The specified interactions endpoint url could not be verified."), but this is not shown on the dashboard and confused me.
Screenshots/Videos
No response
Client and System Information
Chrome: Version 126.0.6478.127 (Official Build) (arm64) For MacOS Sonoma 14.5 (23F79)
Same issue here and additionally Idk why there is an error because I use my correct endpoint URL
@chadulous , if you scroll up in the developer portal, do you see the error message? It looks like this for me when I scroll up.
@donaldchen I do see that now, I wish I saw that earlier 😅 it still should scroll up to the error message, or put the message on the input like some other inputs on the portal
@chadulous , I agree that the dev portal UI needs improvement here. We're tracking the issue internally. Thanks for the issue report!