5 글 보임 - 1 에서 5 까지 (총 5 중에서)
-
글쓴이글
-
2023년 9월 10일 14:52 #97502
구빛나참가자오랜만에 들어왔는데 갑자기 mongo db 에러가 뜹니다.
bitnagu@Bitnaui-MacBookAir todoapp % nodemon server.js [nodemon] 3.0.1 [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): *.* [nodemon] watching extensions: js,mjs,cjs,json [nodemon] starting `node server.js` (node:12442) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the warning was created) node --trace-warnings ^C% bitnagu@Bitnaui-MacBookAir todoapp % node --trace-warnings Welcome to Node.js v18.17.1. Type ".help" for more information. > .help .break Sometimes you get stuck, this gets you out .clear Alias for .break .editor Enter editor mode .exit Exit the REPL .help Print this help message .load Load JS from a file into the REPL session .save Save all evaluated commands in this REPL session to a file
Press Ctrl+C to abort current expression, Ctrl+D to exit the REPL > (To exit, press Ctrl+C again or Ctrl+D or type .exit) > bitnagu@Bitnaui-MacBookAir todoapp % nodemon server.js [nodemon] 3.0.1 [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): *.* [nodemon] watching extensions: js,mjs,cjs,json [nodemon] starting `node server.js` (node:12496) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the warning was created) MongoServerSelectionError: 8020A7ED01000000:error:0A000438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1586:SSL alert number 80
at Timeout._onTimeout (/Users/bitnagu/Desktop/todoapp/node_modules/mongodb/lib/core/sdam/topology.js:438:30) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7) { reason: TopologyDescription { type: 'ReplicaSetNoPrimary', setName: null, maxSetVersion: null, maxElectionId: null, servers: Map(3) { 'ac-ddgpxxt-shard-00-00.cexbyak.mongodb.net:27017' => [ServerDescription], 'ac-ddgpxxt-shard-00-01.cexbyak.mongodb.net:27017' => [ServerDescription], 'ac-ddgpxxt-shard-00-02.cexbyak.mongodb.net:27017' => [ServerDescription] }, stale: false, compatible: true, compatibilityError: null, logicalSessionTimeoutMinutes: null, heartbeatFrequencyMS: 10000, localThresholdMS: 15, commonWireVersion: null } } [nodemon] clean exit - waiting for changes before restart 이며 이전에 몽고디비와 연결 잘되었고 파트 2의 마지막 강의까지 무리없이 수강했었습니다. 도움 감사합니다~!
-
글쓴이글
5 글 보임 - 1 에서 5 까지 (총 5 중에서)
- 답변은 로그인 후 가능합니다.