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

Application failing due to hardcoded AWS backend addresses src/hooks/fetch.ts #36

Open
pangelo opened this issue May 13, 2024 · 0 comments

Comments

@pangelo
Copy link

pangelo commented May 13, 2024

Hello,

currently the hosted Seedle Finance app at http:seedle.finance is not working. Opening any url of the form https://www.seedle.finance/home?addr=<any eth address>displays just the page template with NaN for Toal Liquidity and Total Value.

I have set up the self-hosted version on my laptop and tracked down the issue to some hardcoded URLs like https://a988aiwz94.execute-api.us-east-2.amazonaws.com/positions inside src/hooks/fetch.ts.The server replies with an internal error status (500) and an error message ("failed to get price feed","failed to get positions" or "failed to get token balances" depending on the URL path being requested).

there is no source code for this server part on the SeedleFinance organization here on Github. Is this a proprietary component of the application, or a hosted API frontend for another service?

Best regards,
P.

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

1 participant