-
Notifications
You must be signed in to change notification settings - Fork 877
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
CI Failing #973
Comments
It seems IPFS Companion is moving from an hard-coded Web UI version to using the bundled version with the implementation (see ipfs/ipfs-companion#736). Moving on that path here would solve this CI issue. Although, IPFS Desktop depends on IPFS Web UI even when the daemon is offline: it needs the settings page to be always available so we can't just load it from the daemon. One solution, and since all of our settings are checkboxes, would be to move them to the menubar itself. Another solution is to keep Desktop tied to a release of Web UI and somehow fix what's going on on the CI: it's failing to download the Web UI from the gateway by timing out. |
The highest priority is to improve the response time from the gateway. |
@olizilla in the meanwhile, I'll probably update |
@hacdias it could also fallback to other "trusted" public gateway, eg. https://cloudflare-ipfs.com, to mitigate scenarios where only our GW is broken |
CI is failing, mostly Travis with time outs downloading Web UI or go-ipfs from the gateway.
The text was updated successfully, but these errors were encountered: