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

DAppNode: Sometimes nginx can not connect to ws backend after updating #191

Open
TripleSpeeder opened this issue Jan 26, 2021 · 2 comments
Assignees
Labels
bug DAppNode Issues specific to running brightID-node on DAppNode

Comments

@TripleSpeeder
Copy link
Collaborator

Observed behaviour:
Sometimes after re-installing or updating the node package there are errors in the web service logs that indicate nginx can not connect to the profile service running in the ws container.
According to the logs, the web service tries to connect to ws at its previous IP-address.

Workaround:
Restart the web service. After restart it connects to the correct IP-address.

Possible solution:
Currently all brightID-node services connect to the default docker network of dappnode. We should create a dedicated virtual network for the brightid-node services. Within this network DNS resolution should work correctly.

@TripleSpeeder TripleSpeeder added bug DAppNode Issues specific to running brightID-node on DAppNode labels Jan 26, 2021
@TripleSpeeder TripleSpeeder self-assigned this Jan 26, 2021
@TripleSpeeder
Copy link
Collaborator Author

Currently DAppNode does not support additional networks. We need to wait for dappnode/DNP_DAPPMANAGER#618 to be implemented.

@dapplion
Copy link

dapplion commented Mar 9, 2021

@TripleSpeeder issue done ❤️ . Please watch this release to include it https://github.com/dappnode/DNP_DAPPMANAGER/milestone/6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug DAppNode Issues specific to running brightID-node on DAppNode
Projects
None yet
Development

No branches or pull requests

2 participants