I'm developing an app using AngularJs + CouchDb. But despite all the speed that couchdb offers as I am using the app suddenly the connection to the couchdb drops, returning the following error:
{"status":500,"name":"unknown_error","message":"Database encountered an unknown error"}"
I have already made some adjustments to the Couch Config in order to resolve it but I have not yet had any success.
It would be a lot of help if someone could give me a hard time to figure it out.