Hi, I am working on a Ktor project which uses Mong...
# ktor
k
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
Seems like the issue was with kMongo. Migrating to Kotlin MongoDB solved the issue.
👍🏾 1