これは、サーバーをパーズサーバーapi.parse.com
に移行することに関連しています。パーズサーバーの移行がmongoに接続できません
- Windowsサーバーでは、mongo dbとnodeJSがインストールされています。
- インストール済みのPython。
- Parse Serverがインストールされています。
- 次のエラーメッセージの表示。
StyleChatは、アプリの名前です。
http://localhost:1337/stylechat
parse-server-example running on port 1337. info: Parse LiveQuery Server starts running warn: Unable to ensure uniqueness for usernames: Error: read ECONNRESET at exports._errnoException (util.js:1036:11) at TCP.onread (net.js:564:26) warn: Unable to ensure uniqueness for user email addresses: Error: read ECONNRESET at exports._errnoException (util.js:1036:11) at TCP.onread (net.js:564:26) (node:252160) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): MongoError: read ECONNRESET (node:252160) UnhandledPromiseRej
mongodbに接続するためのコードを追加します。 –