StephenGrider / Lyrical-GraphQL

Starter project from a GraphQL course on Udemy.com
197 stars 372 forks source link

ECONNRESET #26

Closed sohammondal closed 5 years ago

sohammondal commented 5 years ago

Getting this error after running npm run dev - { Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:111:27) name: 'MongoError', message: 'read ECONNRESET' } But after that it says - Connected to MongoLab instance.

Now when I try to run a query from GraphiQL, it gives error not authorized on lyricaldb to execute command { insert: \"songs\", ordered: false, writeConcern: { w: 1 }, $db: \"lyricaldb\" }

sohammondal commented 5 years ago

My corporate network, for some reason, is blocking mlab.com. No issue in the home network.