figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
raheel 2017-10-06T03:36:59.000004Z

I have a working app with a clojure + clojurescript application. The backend serves the initial HTML, with the base components. The frontend makes AJAX calls to the backend, which has couple of API endpoints, and then the components get reloaded with the response data. The AJAX calls works fine this way with a production cljs build, where the HTML is being served by the same port as the API endpoints. My question: how can I make the AJAX calls work when the HTML is being served by figwheel. The port is being used figwheel, so I can't use it to serve the backend

bherrmann 2017-10-06T12:18:43.000389Z

@raheel I see you got answers to this quiestion in #beginners ... not that I completely grasped your question.