Siarhei Kavaliou

Joined

210 Experience
2 Lessons Completed
0 Questions Solved

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.