Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

管理后台登录时,ERR_TOO_MANY_REDIRECTS #75

Open
totemtec opened this issue Mar 12, 2021 · 4 comments
Open

管理后台登录时,ERR_TOO_MANY_REDIRECTS #75

totemtec opened this issue Mar 12, 2021 · 4 comments

Comments

@totemtec
Copy link

一直不停的redirect

wget http://127.0.0.1:8000/admin

--2021-03-12 12:13:46-- http://127.0.0.1:8000/admin
Connecting to 127.0.0.1:8000... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://127.0.0.1:8000/admin/auth/login [following]
--2021-03-12 12:13:46-- http://127.0.0.1:8000/admin/auth/login
Connecting to 127.0.0.1:8000... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://127.0.0.1:8000/admin/auth/login [following]
--2021-03-12 12:13:46-- http://127.0.0.1:8000/admin/auth/login
Connecting to 127.0.0.1:8000... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://127.0.0.1:8000/admin/auth/login [following]
--2021-03-12 12:13:46-- http://127.0.0.1:8000/admin/auth/login
Connecting to 127.0.0.1:8000... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://127.0.0.1:8000/admin/auth/login [following]
--2021-03-12 12:13:46-- http://127.0.0.1:8000/admin/auth/login

@totemtec
Copy link
Author

PHP7.4 日志没有报错
Nginx日志也没错误

@rrrzr
Copy link

rrrzr commented Mar 26, 2021

+1,我的也是管理界面一直302进不去,提示重定向次数过多,首页可以正常访问。

@tmmtoo
Copy link

tmmtoo commented Mar 28, 2021

看到有大佬解决了:https://www.daniao.org/13006.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@totemtec @rrrzr @tmmtoo and others