This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-09
Channels
- # announcements (4)
- # aws (3)
- # babashka (86)
- # babashka-sci-dev (31)
- # beginners (171)
- # biff (15)
- # calva (3)
- # clerk (47)
- # cljdoc (11)
- # clojure (59)
- # clojure-dev (11)
- # clojure-europe (122)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-norway (4)
- # clojure-uk (2)
- # clojurescript (40)
- # cursive (5)
- # data-science (3)
- # datahike (1)
- # datomic (5)
- # fulcro (9)
- # graalvm (8)
- # hyperfiddle (17)
- # introduce-yourself (1)
- # java (28)
- # jobs (1)
- # malli (11)
- # membrane (9)
- # missionary (1)
- # nbb (1)
- # off-topic (5)
- # other-languages (1)
- # pedestal (1)
- # re-frame (4)
- # reagent (16)
- # releases (3)
- # remote-jobs (3)
- # shadow-cljs (83)
- # spacemacs (1)
- # sql (5)
- # tools-deps (28)
- # xtdb (15)
Hello, I have deployed an app to Datomic Cloud. Everything looks right. But I get this message: {"message":"Service Unavailable"} AWS region: us-east-1, Production/990-9202/t3.nano with split stack. I also notice though the Deploy went quite quickly, the URL access is spinning for several seconds, and then get this message. Any hint/help appreciated. Thanks
Hi @U9RU257K3, Can you confirm your deploy succeeded? Can you also connect to the system from a REPL? Are there any exceptions in the log? https://docs.datomic.com/cloud/troubleshooting.html#troubleshooting-ions
I am assuming you get this messaging when invoking your lambda? Or where do you see the service unavailable message?
Deploy was successful. I am using HTTP direct. I get it on the bowser when I use the link (IonApiGatewayEndpoint) "https://xxxxxxxx.execute-api.us-east-1.amazonaws.com".
Looks like I am getting an Exception while accessing via url. May be coming from getparam fn or the component: { "Type": "java.lang.RuntimeException", "Message": "Could not convert property :s value {:db-name \"xxxx-db\"} to type class java.lang.String", "At": [ "datomic.cloud.datafy$fn__8550", "invokeStatic", "datafy.clj", 231 ] },