zavodil / near-api-server

12 stars 22 forks source link

Getting StatusCode 500 #2

Open RiinRiin opened 3 years ago

RiinRiin commented 3 years ago

I was able to get the localhost up and running and was able to get the default "/" home path but when making any other calls it is showing StatusCode 500?

https://ibb.co/4NvGkFw https://ibb.co/PYrcGN2

I have successfully Create and initialize the contract, configure API server (although I am confused about how to properly set up the masterKey), install all dependencies, changed server_host = 127.0.0.1 and server_port = 8000 Am I missing a step?

https://explorer.testnet.near.org/accounts/nft.rin.testnet

zavodil commented 3 years ago

Could you try lowercase please? name="andy"

RiinRiin commented 3 years ago

https://ibb.co/5Kp9vjM https://ibb.co/6skmNG5 https://ibb.co/Btm5wrj

Not sure what is the issue, maybe my localhost is not connecting to testnet server? Perhaps it would be great to have a video on setting up step by step. Thanks for looking into this!

zavodil commented 3 years ago

I guess it's because of different key file location on a windows system. Please check it on Linux if possible. Or could you send me a link to the NEAR guide about Windows installation?