Balanced-JS returns 404

131 Views Asked by At

I'm attempting to run the following sample:

https://github.com/balanced/balanced-js

I follow the README and got my local server running. Now when I get to the website: website and click tokenize (with pre-populated data), I get the following:

{
    "status": 404,
    "error": "Cannot POST /v1/marketplaces/TEST-MP5noKWGqLyLOLKkQkJmKg9s/cards"
}

Is it supposed to return that for this example? Or am I missing something?

1

There are 1 best solutions below

0
On

I actually just updated the repo to point to our live backend. Would you do me a favor and pull balanced-js down, and try again.

cd balanced-js
git pull

Thanks.