Back to All

400 Error

Hello,

I'm getting a 400 error for some reason. My code has been working for well over a month and now I get this :

{"message":"Method Not Allowed","logref":null,"path":null,"_links":{"self":{"href":"/v2/2-Ozn0vjWq8z5XtqKuIthHJVVZY-sjLy","templated":false,"profile":null,"deprecation":null,"title":null,"hreflang":null,"type":null,"name":null}},"_embedded":{"errors":[{"message":"Method [GET] not allowed for URI [/v2/2-Ozn0vjWq8z5XtqKuIthHJVVZY-sjLy]. Allowed methods: [POST]","logref":null,"path":null,"_links":{},"_embedded":{}}]}}

doing a call like this "Web3Alc.eth.getBlock('pending').then((block) => {" which like I said was working fine and now all of a sudden it isn't

ReadMe