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
When attempting to start the project, an issue was encountered that prevented the project from running as expected. Detailed information about the issue is provided below.
Steps to Reproduce:
Clone the repository: git clone ...
Install dependencies: yarn
Infrastructure installation: yarn infra Actual Result:
All docker containers are up and running successfully. In the microservice-mongo-express container, the system reports an error:
- MongoError: no primary found in replicaset
- /docker-entrypoint.sh: line 14: 10.5.0.5,10.5.0.6,10.5.0.7: Name does not resolve
- /docker-entrypoint.sh: line 14: /dev/tcp/10.5.0.5,10.5.0.6,10.5.0.7/27017: Invalid argument
Screenshot:
Run project: yarn start:dev Actual Result:
When running the command npm run migration-mongo:run the following error occurs:
Environment:
System: Ubuntu 22.04
Node: 20.11.1
NPM: 10.2.4
Description:
When attempting to start the project, an issue was encountered that prevented the project from running as expected. Detailed information about the issue is provided below.
Steps to Reproduce:
Clone the repository:
git clone ...
Install dependencies:
yarn
Infrastructure installation:
yarn infra
Actual Result:
All docker containers are up and running successfully. In the microservice-mongo-express container, the system reports an error:
- MongoError: no primary found in replicaset
- /docker-entrypoint.sh: line 14: 10.5.0.5,10.5.0.6,10.5.0.7: Name does not resolve
- /docker-entrypoint.sh: line 14: /dev/tcp/10.5.0.5,10.5.0.6,10.5.0.7/27017: Invalid argument
Screenshot:
Run project:
yarn start:dev
Actual Result:
When running the command
npm run migration-mongo:run
the following error occurs:Thanks for reading, I would appreciate a solution to this problem!
@mike-lima-gaivota
The text was updated successfully, but these errors were encountered: