̶v̶o̶i̶d̶
DIAdiscord.js - Imagine an app
•Created by ̶v̶o̶i̶d̶ on 8/5/2023 in #djs-questions
@discordjs/rest requests behave differently when deployed to a serverless node environment vs. local
Using
@discordjs/rest
to create a standalone node project in an express-like API, await api.interactions.defer()
hangs and never completes when running in an edge environment.
is there a way to disable queued requests and always make the REST client that I create make requests sequentially? I can't even see the errors being thrown or if the request is being cancelled.8 replies