Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No capacity, balance, or fee details shown in Review channel and Pay now pages #87

Open
catch-21 opened this issue Dec 23, 2024 · 2 comments

Comments

@catch-21
Copy link

catch-21 commented Dec 23, 2024

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

@catch-21 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
@dzdidi
Copy link
Collaborator

dzdidi commented Dec 24, 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

@SeverinAlexB
Copy link

Yes, this is likely related to Rezas old Blocktank server shutdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants