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
The capacity, balance, and fee values are all blank on the Review Channel page.
and the Total amount to pay is blank on the Pay now page. The invoice is still ok though.
This could be due to API change for /api/channels/<orderId endpoint
The text was updated successfully, but these errors were encountered:
catch-21
changed the title
No capacity, balance, or fee details shows in Review channel page
No capacity, balance, or fee details shown in Review channel and Pay now pages
Dec 23, 2024
I see https://blocktank.synonym.to/api/v1/rate net::ERR_FAILED in the console and based on these code https://github.com/synonymdev/lsp-ui/blob/master/src/pages/public/confirm/index.tsx#L60-L61 (flag showFiat) suggests that exchange rate is to be involved.
IMO the URL is wrong, do not know where widget takes https://blocktank.synonym.to/api/v1/rate from (correct is https://blocktank.synonym.to/fx/rates/) , and can not find it in a code, based on v1 prefix in the path I would assume it comes from blocktank http client, but the based on env var with which it was build the base should be https://api1.blocktank.to/api/, so I do not know. My involvement with widget was quiet minimum until now
The capacity, balance, and fee values are all blank on the Review Channel page.
and the Total amount to pay is blank on the Pay now page. The invoice is still ok though.
This could be due to API change for
/api/channels/<orderId
endpointThe text was updated successfully, but these errors were encountered: