This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-21
Channels
- # adventofcode (82)
- # bangalore-clj (1)
- # beginners (44)
- # boot (7)
- # boot-dev (25)
- # cider (1)
- # cljs-dev (3)
- # cljsrn (14)
- # clojars (11)
- # clojure (210)
- # clojure-dusseldorf (4)
- # clojure-gamedev (2)
- # clojure-greece (11)
- # clojure-italy (6)
- # clojure-norway (6)
- # clojure-russia (6)
- # clojure-serbia (2)
- # clojure-spec (43)
- # clojure-sweden (1)
- # clojure-uk (77)
- # clojurescript (43)
- # cursive (1)
- # data-science (3)
- # datomic (32)
- # duct (3)
- # figwheel (2)
- # fulcro (71)
- # graphql (3)
- # hoplon (14)
- # jobs-discuss (3)
- # lambdaisland (1)
- # leiningen (2)
- # luminus (2)
- # lumo (14)
- # off-topic (16)
- # om-next (1)
- # perun (5)
- # random (1)
- # re-frame (19)
- # reagent (37)
- # ring-swagger (3)
- # shadow-cljs (157)
- # specter (6)
- # sql (29)
- # unrepl (14)
Getting this error while deploying to Clojars:
Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: . Return code is: 413, ReasonPhrase: Request Entity Too Large.
I’ve been told that Leiningen has some limits on pushing large files but the return code seems to indicate that it is actually Clojars which is refusing service here? 🙂 I tried finding relevant pieces in the clojars-web repo but there was nothing that stood out really.Anyone suggestions? 🙂
I think the limit is 20M if this is what controls that: https://github.com/clojars/clojars-server-config/blob/master/roles/clojars/templates/nginx.conf.j2#L18
yeah, I’ll need to look into that
Seems it’s the aether-standalone.jar
generated from this project.clj https://github.com/boot-clj/boot/blob/master/boot/aether/project.clj
Think it might be just something weird with this setup
Sorry @martinklepsch I didn't realise 🙊
@danielcompton no worries 🙂