You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: