giritharan
Tue Feb 27 2024
Resolving blocked host:
The Blocked Host is a new feature of Rails 6. To resolve the Blocked Host error in rails, add
config.hosts.clear
to config/environments/development.rb
in your Rails project. This disables the functionality in the development environment, allowing requests from ngrok.#host-block-issue, #rails