I want to set up Twitter OmniAuth on Ruby on rails. However, I got a Forbidden error.
The reason is:
"Cannot render console from 10.240.1.191! Allowed networks: 127.0.0.1, "
on my terminal.
How can I connect 'networks: 127.0.0.1'??
I want to set up Twitter OmniAuth on Ruby on rails. However, I got a Forbidden error.
The reason is:
"Cannot render console from 10.240.1.191! Allowed networks: 127.0.0.1, "
on my terminal.
How can I connect 'networks: 127.0.0.1'??
Your issue is described by https://code.google.com/archive/p/twitter-api/issues/534#c1. And a (decent score) answer here at so, should also fix/workaround/solve your problem. (possible duplicate!?)