Refresh Token Stopped Working

in Development
Hello,
I had a python code, which automated api calls, but the refresh Token stopped working. It looks like this is because the administrator deleted the account, and I now have to use his account to get a new working access token.
I followed the guide again (https://developers.lightspeedhq.com/retail/authentication/authentication-overview/#registering-your-client) using my client_id trying to get a new temporary token, but when I submit the credentials I get a page saying "This site cannot be reached." I know the login is working and the client_id is correct.
Please help.
4 comments
Hi @alanzano,
Are you being redirected to "localhost"? Please have a look at the URL, you should be able to see the token after the localhost/
Yes @Ali_Masoumie, that's the error.
Please have a look at the URL. You will see the token after the https://localhost/
@Ali_Masoumie that's amazing! :D Thanks!