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

Opening the stock UI with no query string parameters results in unresolvable error. #3101

Open
MicahZoltu opened this issue Jul 20, 2019 · 0 comments

Comments

@MicahZoltu
Copy link
Member

If you host the augur-ui (as contained in augur-ui NPM package) without changing anything, navigating to the root will result in an error that cannot be recovered from by the user. You can reproduce this easily by either hosting the UI found in the augur-ui NPM package using your favorite static file server or navigating to the Augur UI via IPFS at either https://ipfs.augur.casino/ipfs/QmUZDUMFRdVb45RtwRiK7jwdRQX71FWNnLgDS1i9mf7wfy or https://cloudflare-ipfs.com/ipfs/QmUZDUMFRdVb45RtwRiK7jwdRQX71FWNnLgDS1i9mf7wfy or a local IPFS node if you have one.

If the UI is unable to locate either an Augur Node or an Ethereum Node it should prompt the user to provide them rather than giving an uninformative error with buttons that don't do anything.

Of interest, there exists code that indicates that augur.casino and alchemy should be used as fallbacks, but that code does not appear to be working: https:/AugurProject/augur-ui/blob/v6.8.1/src/modules/app/constants/endpoint-url-params.js#L10-L13

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