MutinyWallet / mutiny-node

SDK behind Mutiny Wallet
https://mutinywallet.com
MIT License
187 stars 36 forks source link

Error parsing federation config #1183

Closed TonyGiorgio closed 6 months ago

TonyGiorgio commented 6 months ago
Error parsing meta config: error decoding response body: invalid type: boolean `false`, expected a string at line 530 column 1
benthecarman commented 6 months ago

We should probably just return the raw json to the front end instead of trying to parse every value ourselves

TonyGiorgio commented 6 months ago

So the frontend can run into the same exact issues parsing configs as we do? No thanks.

benthecarman commented 6 months ago

Javascript won't fail to parse the whole thing if one type is wrong

TonyGiorgio commented 6 months ago

We're very capable of using a serializer that wouldn't do that.