forcedotcom / postman-salesforce-apis

Salesforce API Postman Collection
Creative Commons Zero v1.0 Universal
1.06k stars 638 forks source link

Access Tokens Timing Out #55

Closed drobertsADF closed 3 years ago

drobertsADF commented 3 years ago

Getting some unusual behavior from the Login flow. When clicking the Get New Access Token box, it is timing out and never getting a new token. I've done a few troubleshooting steps: reset my security token in the sandbox, cleared cookies in both postman and chrome, inspected the consoles in both postman and chrome, but there isn't anything that seems to indicate the issue. Any ideas?

Error message from Postman:

Error: OAuth 2.0 request timed out. Please try again.

gfarb commented 3 years ago

@drobertsADF what OS and Postman client version are you using?

There is an open issue right now in postman-app-support that seems related. Have you updated Postman recently or tried via postman.co? You could also try the potential workaround.

pozil commented 3 years ago

I couldn't reproduce the issue with Postman latest desktop app (version 8.7.0). Is there any additional info that you could share @drobertsADF?

drobertsADF commented 3 years ago

It appears that it was something with the browser and Postman. Closing both applications and restarting fresh worked. Thanks everyone !