Giter Club home page Giter Club logo

Comments (11)

julien-blanchon avatar julien-blanchon commented on June 6, 2024 2

Same issues.

from node.

zyfdegh avatar zyfdegh commented on June 6, 2024 1

Fixed by appending v1/ to the URL in .env.
So, finally it will be something like this MYSTERIUM_API_URL=http://my.hostname.com:8001/v1

from node.

donce avatar donce commented on June 6, 2024 1

@zyfdegh maybe you want to improve CONTRIBUTING.md to clarify this? :)

from node.

zyfdegh avatar zyfdegh commented on June 6, 2024 1

Sure, I will. @donce

from node.

luckzack avatar luckzack commented on June 6, 2024

@mrmindorg Have u solved it?

from node.

 avatar commented on June 6, 2024

Same

from node.

JamesWuChina avatar JamesWuChina commented on June 6, 2024

Now I am run the server side Same issues,i know the causes of the problem may be in the .env config MYSTERIUM_API_URL ,but i don't how to solved it.

from node.

donce avatar donce commented on June 6, 2024

Hey @JamesWuChina, you have to be running api service, as described in Step 3 in CONTRIBUTING.md

from node.

zyfdegh avatar zyfdegh commented on June 6, 2024

I also got this error in latest builds (api: 3/30 master e3deb5, node: 4/11 master cabd5b). The mysterium node failed to start and printed these

server response invalid: 404 NOT FOUND (http://my.hostname.com:8001/identities) error message: {unknown API method}

It's caused by incompatible API routes between mysterium api-server and clients.

After I inspect the codes and I find the mysterium API server (https://github.com/MysteriumNetwork/api) provides an API POST /v1/identities but the clients call them without v1/, it'sPOST /identities, that's the root cause resulting a 404 not found error.

from node.

stale avatar stale commented on June 6, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from node.

stale avatar stale commented on June 6, 2024

This issue has been automatically closed because it has not had activity for a long time. If this issue is still valid, please ping a maintainer and ask them to label it as "pinned". Thank you for your contributions.

from node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.