We've moved discussions to Discord

LiveReload constantly refreshing the page

Jeff Mueller
When I start my Jumpstart app using the Procfile.dev file, the browser gets stuck in a refresh loop as soon as I hit the page.

I've tried disabling Guard in the Procfile, and I also tried setting livereload to false in the jumpstart.yml file, but neither of those changes had any effect.

The only thing that makes it stop is disabling bin/webpack-dev-server in the Procfile, but I need that turned on so the app brings in CSS from Tailwind as I make changes to the UI.

Anyone else run into this?
Carl Brand
Can you try turning off JIT mode for Tailwind and see if that fixes it?

mode: 'jit',

Just remove that line to test it and make sure its not Tailwind
Jeff Mueller
Carl Brand  That got it! Thank you so much!!
Notifications
You’re not receiving notifications from this thread.