ModalSubmitInteractionFieldNotFound
This error appear in ALL modals (after new updates).
Why might this error appear? This happens when sending data through a modal window, but not always
10 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OP@vollar could you provide whole error log?
The same error log, but with another custom id
sounds like youve got duplicated listeners
They arent filtering properly
Specifically, the one on line 667 of reminder.js
Do I need to specify different custom ids for the modal window and fields?
generally yeah, you want your custom ids for everything to be fully unique
Do you think if I do this, the problem might be solved?
potentially yeah - what I can see from the error its looking for a field on a modal that doesnt have it
So they must be getting crossed
I looked at the code with reminder, there are different IDs
I don't understand why these errors didn't occur before
⬆️ up
How do I filter this?
like this?