Admin please feel free to remove or transfer this to another forum if itβs not posted in the correct place. I can not log in to Academy.com (Academy Sports) from my PC. I can log in with no problems on my phone, but every time I try on my PC, and I have tried using several different browsers including Brave, Vivaldi, Opera, and Edge, I get an error on the site that says please try again later and I get redirected to the sign in page again. I have tried clearing browsing history, cookies, and cache. Iβve run Malware bytes to see if have any malware and I quarantined a few things, but still canβt log in. Iβm stuck, so any help would be greatly appreciated.
Unable to log in to Academy.com from PC
Collapse
X
-
Tags: None
-
If itβs one site, it could be that the site is having issues and not your PC or connection itself.
Are you able to curl it? If you use the below code, you should see
VERBOSE: GET with 0-byte payload
VERBOSE: received -1-byte response of content type text/html; charset=utf-8
[ICODE]curl -v https://www.academy.com[/ICODE]
You would need to run this in Powershell -
Originally posted by jmarketIf itβs one site, it could be that the site is having issues and not your PC or connection itself.
Are you able to curl it? If you use the below code, you should see
VERBOSE: GET with 0-byte payload
VERBOSE: received -1-byte response of content type text/html; charset=utf-8
[ICODE]curl -v https://www.academy.com[/ICODE]
You would need to run this in PowershellComment
Comment