This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-07
Channels
- # announcements (2)
- # babashka (34)
- # beginners (114)
- # biff (7)
- # calva (16)
- # cider (2)
- # clj-kondo (46)
- # clj-on-windows (14)
- # clojars (13)
- # clojure (33)
- # clojure-europe (17)
- # clojure-nl (2)
- # clojure-norway (8)
- # clojure-spec (3)
- # clojure-uk (3)
- # clojurescript (25)
- # community-development (1)
- # datalevin (1)
- # emacs (53)
- # fulcro (31)
- # gratitude (2)
- # jobs (1)
- # lambdaisland (12)
- # lsp (57)
- # malli (3)
- # nbb (1)
- # off-topic (92)
- # pathom (2)
- # pedestal (2)
- # releases (5)
- # shadow-cljs (25)
- # sql (3)
- # squint (1)
- # testing (6)
- # vim (11)
It looks like when something goes wrong with a query on pathom viz there is no way to be able to run a query again without restarting the app? in the console I see
Error handling response
{:com.wsscode.async.processing/request-id
#uuid "94df6680-eff5-41d4-aff9-7b99755da920",
:request-keys
(:com.wsscode.node-ws-server/client-id
:com.wsscode.async.processing/request-id
:edn-query-language.core/query
:com.wsscode.pathom.viz.ws-connector.core/type),
:timeout 5000}
being printing regularly, and the Run query
button stays greyed out indefinitely, even when doing a force reload.
Am I missing something?(after waiting a bit more and anoter force reload Run query was available again)