Activity
To whom is having issues on Rails 6
If you see 403 Forbidden
in ngrok
. You have to add ngrok url to whitelist.
Add config.hosts << /.+.ngrok.io/
to config/environments/development.rb
.
To whom is having issues on Rails 6
If you see 403 Forbidden
in ngrok
. You have to add ngrok url to whitelist.
Add config.hosts << /.+.ngrok.io/
to config/environments/development.rb
.