Kevin Downey
Kevin Downey
seeing this same issue with gotosocial
replicant is the project that is actually ignoring the `:host` key, so when you start a replicant server it can only listen on localhost, but the morse docs for running...
the work around I ended up using is starting the replicant prepl using: ```clojure (clojure.core.server/start-server {:port 23945, :name "rds" :address "0.0.0.0" :accept 'clojure.data.alpha.replicant.server.prepl/rds-prepl :args [(#'replicant/create-default-cache)] :server-daemon false}) ```
looks like it is the doc :/ the ssr.clj above renders
I removed a vega-lite chart and now it renders