justalever / kickoff_tailwind

A rapid Rails 7 application template for personal use bundled with Tailwind CSS
https://webcrunch.com
575 stars 144 forks source link

User Sign Out + Cancel Account buttons not working #30

Open johnnynumberfive-coder opened 3 months ago

johnnynumberfive-coder commented 3 months ago

The template installs fine, but when I run bin/dev puma doesn't load, and if I run rails s, I can signup and sign in, but can't sign out or cancel account. Button clicks, but nothing happens.

johnnynumberfive-coder commented 3 months ago

Incidentally, I tried making a new app without esbuild. The bin/dev and rails s commands have to be run separately, but all the buttons work :)