简体   繁体   中英

This webpage has a redirect loop - rails locomotive cms engine

I have installed rails locomotive cms engine using this guide http://doc.locomotivecms.com/guides/get-started/install-engine and everything worked fine but when I call the application on chrome browser with http://xxxx:8080/locomotive I get the following error:

This webpage has a redirect loop The webpage at http://xxxx:8080/locomotive has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem...

cookies are already enabled

Any help would be appreciated.

While not knowing what the exact cause of your error, I had this same error for a bit and I resolved it by deleting that app engine, starting over and instead of at step one inputting:

rails new myapp --skip-active-record --skip-test-unit --skip-javascript --skip-bundle

inputted:

rails 3.2.16 new myapp --skip-active-record --skip-test-unit --skip-javascript --skip-bundle

Source

I then followed the rest of the steps and the redirect error disappeared and everything worked as expected.

Hopefully that helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM