Hi, I’ve deployed a blog application that works on localhost. It is set up with mongo db using srv in environment. The whole app including auth and post interactions work fine on local but partially works on hosted environment. for eg if I try to get a post with specific id it returns null.
Previously it was working. Suddenly it stopped working. Can anyone please help?