Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirecting to blank login page #130

Closed
philharmonie opened this issue Jun 20, 2022 · 1 comment
Closed

Redirecting to blank login page #130

philharmonie opened this issue Jun 20, 2022 · 1 comment

Comments

@philharmonie
Copy link

philharmonie commented Jun 20, 2022

I am using the latest docker image (https://hub.docker.com/r/aapanel/aapanel) and whatever image I use, I access 127.0.0.1:8886 and get redirected to /login what shows a blank page

run command:

docker run -d -p 8886:7800 -p 22:21 -p 443:443 -p 80:80 -p 889:888 -v ~/website_data:/www/wwwroot -v ~/mysql_data:/www/server/data -v ~/vhost:/www/server/panel/vhost aapanel/aapanel:lib

redirect issue:

curl -iL localhost:8886                                                                                                                                                                  
HTTP/1.1 302 FOUND
Content-Type: text/html; charset=utf-8
Content-Length: 219
Location: http://localhost:8886/login
Server: nginx
Connection: keep-alive
Date: Mon, 20 Jun 2022 08:33:02 GMT

HTTP/1.1 404 NOT FOUND
Content-Type: text/plain; charset=utf-8
Server: nginx
Connection: keep-alive
Content-Length: 0
Date: Mon, 20 Jun 2022 08:33:02 GMT
@philharmonie
Copy link
Author

I needed to add /aapanel behind the url

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

No branches or pull requests

1 participant