3

そのため、新しいノード 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.

誰が何が起こっているのか知っていますか?

4

1 に答える 1

0

そのメッセージは Passport から来ているようです。必要に応じて IRC (#sailsjs) に参加してください。それまでの間、@robertklep の提案は、私には強い可能性があるように思えます。

于 2013-03-26T12:09:47.303 に答える