ryanckulp / speedrail

Rails 7 app template: Devise auth, Stripe billing, Tailwind CSS, admin panel, SEO helpers, etc
https://founderhacker.com/24-hour-mvp
MIT License
225 stars 28 forks source link

ERR_TOO_MANY_REDIRECTS when deployed on Heroku and connected to Cloudflare #122

Closed mqsley closed 5 months ago

mqsley commented 7 months ago

Following the 24 hour MVP setup I get the error ERR_TOO_MANY_REDIRECTS

When I comment out "config.force_ssl = true" on config/environments/production then the site shows up properly but no logins or sign up actions worked as the requests flag security

niklasbabel commented 5 months ago

maybe set SSL to "Full" on Cloudflare - no problems on my end with Cloudflare + speedrails