This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-08
Channels
- # asami (7)
- # aws (2)
- # babashka (21)
- # beginners (602)
- # calva (8)
- # cider (11)
- # clj-kondo (10)
- # cljfx (1)
- # clojure (177)
- # clojure-europe (43)
- # clojure-nl (3)
- # clojure-taiwan (2)
- # clojure-uk (45)
- # clojurescript (31)
- # depstar (8)
- # figwheel-main (2)
- # fulcro (12)
- # hugsql (2)
- # java (1)
- # jobs (2)
- # meander (1)
- # missionary (1)
- # off-topic (67)
- # other-languages (1)
- # pathom (212)
- # polylith (4)
- # rdf (1)
- # re-frame (10)
- # reagent (12)
- # reitit (28)
- # reveal (3)
- # shadow-cljs (21)
- # spacemacs (7)
- # sql (5)
- # tools-deps (12)
- # vim (1)
Hello, thanks for making polylith. I have a question regarding using Datomic Ions. I'm getting this error when invoking the lambda.
"Message": "'datomic/ion-config.edn' is not on the classpath",
I saw this https://polylith.freeflarum.com/d/8-anyone-using-polylith-with-deps-based-projects/5 in the forums which shows how to use it with the legacy system. I've tried to convert it and still get the error. Any suggestions on where to put the ion-config.edn file?Hi @U2BDZ9JG3 please advice what is the right way to do it today? Has this been fixed?
Ah this was due to symbolic links that Polylith used back then. Polylith ditched that idea and now uses :local/root
approach. You can safely use latest versions of Datomic and Polylith. We use them at work without any issues.
We place the Ion configuration under projects/PROJECT_NAME/resources/datomic/ion-config.edn
.
@U2BDZ9JG3 could you share a sample project please? We're still struggling with launching it on ions (at least it deploys now).