paulmwatson
Rails config.hosts
hah I added
logger.debug "config.hosts: #{config.hosts}"
but nothing new appeared in Observability, just the same [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: rails-production-b7c8.up.railway.app
. I'll park this for now and come back at it tomorrow. Thanks Brody.17 replies
Rails config.hosts
this is the code being deployed though https://github.com/paulmwatson/railsway/blob/main/config/environments/production.rb#L5
17 replies
Rails config.hosts
I used the Railway template via the website https://github.com/railwayapp-templates/ruby-rails
17 replies