Hi all,
I’ve setup a0deploy cli on two machines. 1 of the machines works perfectly but, the other returns an error when I run a simple export command:
error: The request failed and the interceptors did not return an alternative response
response
at BaseAPI.fetch (C:\Users\user\AppData\Roaming\npm\node_modules\auth0-deploy-cli\node_modules\auth0\dist\cjs\lib\runtime.js:84:27)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async OAuth.request (C:\Users\user\AppData\Roaming\npm\node_modules\auth0-deploy-cli\node_modules\auth0\dist\cjs\lib\runtime.js:115:26)
at async grant (C:\Users\user\AppData\Roaming\npm\node_modules\auth0-deploy-cli\node_modules\auth0\dist\cjs\auth\base-auth-api.js:86:22)
it’s definitely not authentication as this same command works on another machine (on another network) and config.json files are exactly the same/
now , on the machine with the error, netstat shows that the connection is time_wait and does not get established. However, using postman, I can request tokens against the same URL and as well, use API calls without an issue. I can also get to the domain on port 443.
I’m starting to think this could be TLS related and will dig further but, figured to ask the community if they have seen this before.
Or, perhaps the application is locked down to a specific IP, however, I can’t see anywhere on the console that this would be the case.
Thanks all,
Seth