#mongodb save error?
5 messages · Page 1 of 1 (latest)
- 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
Do you save the channelId as a Number on the database?
Should probably show how you defined the schema, although the channel should be a string since it is a string option
i changed it to a string and it works