hi @cryptokid , @Yomoo,
I have try to connect Serverless mongodb database using node js but its not working due to parseServer configuration.
Please help me to sort out this.
hi @cryptokid , @Yomoo,
I have try to connect Serverless mongodb database using node js but its not working due to parseServer configuration.
Please help me to sort out this.
what happened? what didn’t work? it gave an error?
did you try with a normal mongo db database and it worked?
yes i have try normal mongo db database and its work fine.
Unable to create case insensitive username index: collation not allowed in this atlas tier
when i have comment below code then its working fine in serverless
// app.use(
// streamsSync(parseServer, {
// apiKey: `${config.MORALIS_API_KEY}`,
// webhookUrl: '/streams-webhook',
// })
// );
you want to use streams api in particular for event syncs?
you could try to modify the code for that streamSync or create your own code for event syncs starting from that original code in case that it helps to fix that issue, I didn’t see this error before
yes
I think Issue in mongodb serverless what you say ?