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

Getting 404: Not found while invoking wallet create on local machine. #1

Open
manishatGit opened this issue Jul 23, 2018 · 1 comment

Comments

@manishatGit
Copy link

I've added the full detail of the issue on the stackoverflow. Please have a look at:

https://eosio.stackexchange.com/questions/1632/getting-404-not-found-v1-wallet-create-while-creating-a-wallet-using-htt

@manishatGit
Copy link
Author

It seems, the code to form the uri in org.nsjames.utils.Settings.scala line # 20 is incorrect. As it was printing the incorrect uri. It was putting an extra "/" in the URI.

/v1//wallet/create (See carefully, we have double "//" after v1 which was solve by removing the extra "/".
Tested this locally by removing the extra "/" and publishing locally.

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

1 participant