Kristian Frølund
Kristian Frølund
We just encountered the same issue. @lizhuoyuan did you find a solution?
Hi @HugoMaster . That sounds awesome. My server is also using plain, and from what I can see, Smack seems to promt for authentication methods. Please make the PR, it...
@HugoMaster Any news on this? Do you still think SASLMechanism's is an issue in react-native-xmpp/android ?
Thanks for the report. Which version of strapi are you using?
I've digged into this a bit, and it seems that what's causing this is the inject components feature. My hunch is that this plugin is lacking a file at `admin/src/injectedComponents.js`...
Yea. I guess that would also be an issue on master?
Hi Sean! From the looks of it, it seems to be an issue with the supplied ObjectId.
Did you `npm install` ?
Which version of node are you running? You can check by running `node -v`
I have this same issue 🖐️ Minor difference in my implementation, but the error is similar. ``` const toastId = toast('Event', { duration: 10000 }); toast.dismiss(toastId) ```