Fork me on GitHub
#datomic
<
2023-03-09
>
hkrish19:03:58

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

jaret19:03:29

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

jaret19:03:08

I am assuming you get this messaging when invoking your lambda? Or where do you see the service unavailable message?

hkrish19:03:36

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".

hkrish20:03:36

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 ] },