-
Notifications
You must be signed in to change notification settings - Fork 73
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
Build failure with newest process #170
Comments
I'm currently experiencing this error too. Is there a known workaround for this at all? |
I had the same problem trying to build the release version through stack. However, cloning the latest git version and building it with stack worked fine:
|
Careful building with the git version. It's on LTS 7.19, which uses an older version of warp still suffering from some HTTP2 bugs. I've found that, using keter with this old warp version, on some versions of chrome, what I tenatively believe is yesodweb/wai#639 causes constant unwanted GOAWAYS when redirecting to a page behind https. The issue is definitely keter - updating keter's warp fixes it, and the error message in chrome's net-logs is from the old warp. A possible fix is adding
to |
|
I'm also experiencing this error. Don't know how to fix it. |
@idcm build from https://github.com/tolysz/keter/tree/modernize |
I just tried to run |
The text was updated successfully, but these errors were encountered: