Hi, I am working on a Ktor project which uses MongoDB. Few days back it was working fine but suddenly it stopped working while accessing any collection. I am using kMongo to connect to MongoDB. This is the error I am getting when any collection is accessed:
reactor/core/publisher/Mono
Can anyone please help fix this
Kalpesh Chandora
01/27/2024, 5:50 PM
Seems like the issue was with kMongo. Migrating to Kotlin MongoDB solved the issue.