Search code examples
clojurescriptfigwheel

Figwheel not connecting to HTTPS


I'm using Figwheel to compile and debug my ClojureScript app. It is awesome!

I have one issue, which is that when my app is running locally with HTTPS (https://localhost:3000), Figwheel doesn't recognize it and doesn't connect to the browser.

Do I need to add anything to my project to solve this?


Solution

  • I found what the problem was. Figwheel connects to the app through HTTP and not HTTPS, so I had to allow loading of unsafe script in order for it to work.