You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have bitcoin node in cloud behind nginx proxy. v0.21
Curl does work normally
but when i try to call anything using rust client i get Err(JsonRpc(Json(Error("invalid type: integer 2, expected struct Response", line: 1, column: 2))))
integer number changes based on RPC call that I do.
When i run node locally, rust client works but i don't see how can this be issue with proxy if curl call works just fine.
The text was updated successfully, but these errors were encountered:
I have bitcoin node in cloud behind nginx proxy. v0.21
Curl does work normally
but when i try to call anything using rust client i get
Err(JsonRpc(Json(Error("invalid type: integer
2, expected struct Response", line: 1, column: 2))))
integer number changes based on RPC call that I do.
When i run node locally, rust client works but i don't see how can this be issue with proxy if curl call works just fine.
The text was updated successfully, but these errors were encountered: