Modify REST server to change status code returned #216
PrasoonPratham
started this conversation in
General
Replies: 3 comments 1 reply
|
Very likely we are missing one of the services, i.e., some kind of metadata service that Aptos now serves alongside the full-node API. I will look into this and write up an issue when I have determined what needs to be added. |
0 replies
|
We are simply missing the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can we modify the REST server to change the status code returned by https://aptos.testnet.suzuka.movementlabs.xyz from 404 to 200? Returning 404 prevents the network URL https://aptos.testnet.suzuka.movementlabs.xyz from being added to the Petra wallet. Adding https://aptos.testnet.suzuka.movementlabs.xyz/v1 causes an error when making transactions because Petra appends /v1/xxxx to the URL.
All reactions