You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Action Controller: Exception caught</title>
...
</head>
<body>
<header>
<h1>Blocked host: example.org</h1>
</header>
<div id="container">
<h2>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:</h2>
<pre>config.hosts << "example.org"</pre>
</div>
</body>
</html>
Already added example.org, example, and localhost to development.yml and not working.
The text was updated successfully, but these errors were encountered:
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
Already added example.org, example, and localhost to development.yml and not working.
The text was updated successfully, but these errors were encountered: