This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-13
Channels
- # adventofcode (36)
- # aleph (1)
- # announcements (7)
- # aws (4)
- # babashka (14)
- # beginners (61)
- # calva (79)
- # cider (19)
- # clojure (48)
- # clojure-austin (1)
- # clojure-australia (2)
- # clojure-czech (2)
- # clojure-europe (46)
- # clojure-france (8)
- # clojure-nl (19)
- # clojure-uk (4)
- # clojuredesign-podcast (14)
- # core-logic (42)
- # data-science (3)
- # datalevin (8)
- # datomic (76)
- # events (1)
- # figwheel-main (9)
- # fulcro (6)
- # helix (1)
- # holy-lambda (1)
- # honeysql (2)
- # jobs (2)
- # jobs-discuss (20)
- # leiningen (5)
- # lsp (87)
- # minecraft (11)
- # nextjournal (4)
- # off-topic (17)
- # practicalli (1)
- # reagent (22)
- # reitit (8)
- # releases (3)
- # rum (2)
- # shadow-cljs (18)
- # sql (11)
- # tools-build (5)
- # tools-deps (9)
- # xtdb (20)
I’m working my way through the Fulcro 3 video tutorials (https://www.youtube.com/playlist?list=PLVi9lDx-4C_T7jkihlQflyqGqU4xVtsfi and the code at https://github.com/fulcrologic/video-series).
I’m at Part 6 : Full Stack Part One.
The server is started on port 3000, but the client is trying to talk to the remote using port 8000 (the :dev-http
port specified in shadow-cljs.edn
.
I guess I have two questions:
1. Is there a problem with the code at https://github.com/fulcrologic/video-series ?
2. How do I get the client to talk to the server?
Hmmmm. I can use (http/fulcro-http-remote {:url "
, but then I have cross-origin problems.
Ignore dev-http, it is not intended to be used I believe - at least that way it is in Fulcro-template. Simply go to localhost:3000/