Open geoguide opened 2 years ago
what do /api/v0/health-check and /api/v0/get-exchange-rate return ?
do you want to share your url so i can test to see where its breaking ?
also - what do you see in network tab of webdev tools for xhr requests?
what do /api/v0/health-check and /api/v0/get-exchange-rate return ?
do you want to share your url so i can test to see where its breaking ?
also - what do you see in network tab of webdev tools for xhr requests?
{"SatoshisPerDeSoExchangeRate":221778,"USDCentsPerBitcoinExchangeRate":4757136,"NanosPerETHExchangeRate":35583317535,"USDCentsPerETHExchangeRate":375404,"NanosSold":8340814265238791,"USDCentsPerDeSoExchangeRate":10550,"USDCentsPerDeSoReserveExchangeRate":0,"BuyDeSoFeeBasisPoints":0,"SatoshisPerBitCloutExchangeRate":221778,"USDCentsPerBitCloutExchangeRate":10550,"USDCentsPerBitCloutReserveExchangeRate":0}
{
"error": "Waiting for blockchain to sync. Height: 17731, SyncState: SYNCING_BLOCKS"
}
looks like it's resyncing all the blocks?
Could you look at your browser's javascript console please?
check your caddyfile. make sure "deso.run:*" is in the list as a valid connect-src.
Had similar issue; adding deso.org node.deso.org api.deso.org to caddyfile solved it There are also errors on altumbase calls - added that too.
I waited overnight to catchup on blocks because I figured it was because I was behind, but when I try to sign in nothing happens on the front-end. I see a flurry of requests on the log but the login window closes and I still see the unauthenticated view.