-
I have a problem with the APIs running a private tangle. I cloned the repository on my laptop, i went to the private_tangle folder, i bootstrapped the app and simply i ran the application by ./run.sh . The health endpoint return me a 200 http code but api returns me a 404 not found error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you cloned the repository, I guess you are on the |
Beta Was this translation helpful? Give feedback.
If you cloned the repository, I guess you are on the
develop
branch.There we are developing the upcoming
startdust
upgrade, which also changes the API.Thats why the endpoint changed to
localhost:14265/api/core/v2/info
.