zombocom / derailed_benchmarks

Go faster, off the Rails - Benchmarks for your whole Rails app
2.94k stars 138 forks source link

Blocked host on development environment #236

Open Verlich opened 3 months ago

Verlich commented 3 months ago

RAILS_ENV=development bundle exec derailed exec perf:mem_over_time Booting: development

Couldn't call app. Bad request to /! Resulted in 403 status.

RESPONSE BODY

<!DOCTYPE html>

Action Controller: Exception caught

Blocked host: example.org

To allow requests to example.org make sure it is a valid hostname (containing only numbers, letters, dashes and dots), then add the following to your environment configuration:

config.hosts << "example.org"

Already added example.org, example, and localhost to development.yml and not working.

s01ipsist commented 2 months ago

Easy workaround is to just comment out the config entirely

# config.hosts ...