Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform -Backend Installation error #1

Closed
syaikhipin opened this issue Sep 30, 2022 · 6 comments
Closed

Platform -Backend Installation error #1

syaikhipin opened this issue Sep 30, 2022 · 6 comments

Comments

@syaikhipin
Copy link

I got some error while running yarn start:dev scheduler

It keeps error like this [Nest] ERROR [BlockchainListenerService] Blockchain integration not found

@marian2js
Copy link
Member

Hi there! Have you populated the integrations? You need to run yarn start bootstrap

@syaikhipin
Copy link
Author

Dear @marian2js , i have run yarn start bootstrap previously, and got error too

@marian2js
Copy link
Member

@syaikhipin I just ran a clean install, but I didn't run on this issue. Have you added the MongoDB URL on the .env file? If so, could you check if the integrations collection has any items on it?

@syaikhipin
Copy link
Author

@marian2js already did, but I catch error like this : Error: connect ETIMEDOUT 185.199.111.133:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1247:16)
error Command failed with exit code 1.
When i try to run yarn start bootstrap

@marian2js
Copy link
Member

@syaikhipin The error means that the connection with MongoDB is failing.
The MONGO_URI env variable should be a MongoDB connection string.

It should look like MONGO_URI=mongodb://185.199.111.133:443/chainjet. You can find more examples here.

@syaikhipin
Copy link
Author

Alright, it seems that my firewall is a problem, close this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants