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

Not able to register new user #194

Open
thomsonimjd opened this issue Dec 30, 2018 · 1 comment
Open

Not able to register new user #194

thomsonimjd opened this issue Dec 30, 2018 · 1 comment

Comments

@thomsonimjd
Copy link

I get the below error when new user gets registered, so it's a internal server error as a result.

2018-12-30T10:47:55.469Z - error: [VERIFICATION_CLIENT] Throwed exception: Initiate Error: getaddrinfo ENOTFOUND verify verify:3000 at Request.request [as _callback] (/home/aequalis/Documents/thomson/coldwallet/backend-ico-dashboard/node_modules/web-request/index.js:61:24) at self.callback (/home/aequalis/Documents/thomson/coldwallet/backend-ico-dashboard/node_modules/request/request.js:185:22) at Request.emit (events.js:180:13) at Request.emit (domain.js:422:20) at Request.onRequestError (/home/aequalis/Documents/thomson/coldwallet/backend-ico-dashboard/node_modules/request/request.js:881:8) at ClientRequest.emit (events.js:180:13) at ClientRequest.emit (domain.js:422:20) at Socket.socketErrorListener (_http_client.js:395:9) at Socket.emit (events.js:180:13) at Socket.emit (domain.js:422:20) at emitErrorNT (internal/streams/destroy.js:64:8) at process._tickCallback (internal/process/next_tick.js:178:19) getaddrinfo ENOTFOUND verify verify:3000 Error: getaddrinfo ENOTFOUND verify verify:3000 at Request.request [as _callback] (/home/aequalis/Documents/thomson/coldwallet/backend-ico-dashboard/node_modules/web-request/index.js:61:24) at self.callback (/home/aequalis/Documents/thomson/coldwallet/backend-ico-dashboard/node_modules/request/request.js:185:22) at Request.emit (events.js:180:13) at Request.emit (domain.js:422:20) at Request.onRequestError (/home/aequalis/Documents/thomson/coldwallet/backend-ico-dashboard/node_modules/request/request.js:881:8) at ClientRequest.emit (events.js:180:13) at ClientRequest.emit (domain.js:422:20) at Socket.socketErrorListener (_http_client.js:395:9) at Socket.emit (events.js:180:13) at Socket.emit (domain.js:422:20) at emitErrorNT (internal/streams/destroy.js:64:8) at process._tickCallback (internal/process/next_tick.js:178:19) ::1 - - [30/Dec/2018:10:47:55 +0000] "POST /user HTTP/1.1" 500 31 "-" "PostmanRuntime/7.1.1"

@hlogeon
Copy link
Contributor

hlogeon commented Dec 30, 2018

You didn't run verify server. What is required in order to run backend module.
Check out your docker-compose settings and make sure you have verify server there

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