You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am using grails 3.1. In this version, by default mongo is using MongoCodecSession but I have convertd it to MongoSession for some reason. Now when I am saving my domain instance in mongodb, it is saving empty list as null values which causes problem is $push. Below is my saving code
Hey, I am using grails 3.1. In this version, by default mongo is using MongoCodecSession but I have convertd it to MongoSession for some reason. Now when I am saving my domain instance in mongodb, it is saving empty list as null values which causes problem is $push. Below is my saving code
Any help?
The text was updated successfully, but these errors were encountered: