-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Problem in running the app #52
Comments
What query did you send to the server that triggered this error? |
Just tried to invoke the url (http://localhost:4000) on a browser. |
Ah, I agree that ought to be handled more gracefully, but just hitting the web server like that serves no purpose. Try the queries that hit the blockchain and do something useful. A sample list is given in the README here and in the book. |
I think the issue is resolved. I am able to run curl commands. |
I have completed the network part followed by the middleware part. Then I am trying to run the application by running "node app.js", however I am getting the following error.
$node app.js
info: [ClientUtils]:
[2019-02-10 10:55:45.299] [INFO] TradeApp - ****************** SERVER STARTED ************************
[2019-02-10 10:55:45.300] [INFO] TradeApp - *************** http://localhost:4000 ******************
UnauthorizedError: No authorization token was found
The text was updated successfully, but these errors were encountered: