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
{{ message }}
This repository was archived by the owner on Mar 14, 2019. It is now read-only.
I have an app running on modulus. Everything ran relatively smoothly until I scaled it to a second servo and now all the sudden I'm getting this error and then the app instance crashes..
Error: 53fcdaea80eba4530628442f does not exist
at /mnt/data/1/node_modules/mongodb/lib/mongodb/gridfs/gridstore.js:205:24
at /mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:744:35
at Cursor.close (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:969:5)
at Cursor.nextObject (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:744:17)
at commandHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:713:14)
at /mnt/data/1/node_modules/mongodb/lib/mongodb/db.js:1843:9
at Server.Base._callHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/base.js:445:41)
at /mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:468:18
at MongoReply.parseBody (/mnt/data/1/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
at null.<anonymous> (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:426:20)
I have an app running on modulus. Everything ran relatively smoothly until I scaled it to a second servo and now all the sudden I'm getting this error and then the app instance crashes..