そのため、新しいノード MVC フレームワーク Sails.js ( https://github.com/balderdashy/sails ) を使用していますが、これまでにない奇妙なエラーが発生しています。私はサンプルのpassport.js認証戦略を実装しようとしています ( https://gist.github.com/theangryangel/5060446 ) Sails.js はドキュメントに含まれてhttp://localhost:1337/
いますが、ログインしていないときにホームページ ( )にアクセスしようとするとにルーティングされhttp://localhost:1337/login
ますが、読み込まれず、chrome で次のエラーが表示されます。
This webpage has a redirect loop
The webpage at http://localhost:1337/login has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Here are some suggestions:
Reload this webpage later.
Learn more about this problem.
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
誰が何が起こっているのか知っていますか?