Browser version not supported error with new Rails
Closed this issue · 1 comments
indigotechtutorials commented
Rails added this feature which will block all unsupported browsers but this also is blocking the requests from turbo android apps
The only way I was able to get my android app the load the rails app was by commenting out the following line in the application controller
allow_browser versions: :modern
joemasilotti commented
It's blocking this request but the device is running an older version of Chrome. I'd recommend updating the emulator to a more recent version of Android or modifying allow_browser
to better fit your needs.