简体   繁体   English

Internet Explorer 11中循环检测到错误

[英]cycle detected error in internet explorer 11

i am getting error cycle detected error in internet explorer 11 (win7), however my app is working fine on other browser's eg: chrome,Firefox 我在Internet Explorer 11(win7)中遇到了错误周期检测到的错误,但是我的应用在其他浏览器上工作正常,例如:chrome,Firefox

i am using ui-router and if user is not authenticated then I am re-routing to another route 我正在使用ui-router,如果用户未通过身份验证,则我将重新路由到另一条路由

 this.$state.go('auth',{returnUrl:location.hash});

with a return URL, in this process I am getting the error, I am using nodejs server, angular 1.3.8 and ui-router -0.2.13 一个返回URL,在此过程中我得到了错误,我正在使用nodejs服务器,角度为1.3.8和ui-router -0.2.13

please suggest me what are reason's when this error occurs and what can be the possible fix 请建议我发生此错误的原因是什么以及可能的解决方法

请尝试将您的本地主机网址和您要重新路由的其他网址添加到浏览器代理例外中,然后在新浏览器中再次点击该应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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