Question

Red Alpha
US
Last activity: 30 Apr 2025 16:41 EDT
`npm run authenticate` succeeds in browser but quits process in CLI without success message
I'm using the custom-dx-components CLI to authenticate with my Pega environment. When I run `npm run authenticate`, it launches a browser window, I successfully login with my credentials, and the browser shows a success message. However, the CLI process exits without confirming success, and any subsequent command (like `npm run publish`) tells me I still need to authenticate. Key Details: 1. The issue seems to only be occurring from my machine. Other team members of mine have been able to authenticate with their credentials on their machines but not mine. 2. The operator account used is valid and has 'allow rule check out' set to true. 3. I read another post detailing a similar issue where the user had other content trailing '/prweb' in their server property in tasks.config.json. This is not the issue for me as I ensured that I have nothing trailing '/prweb'. Any help with this issue would be much appreciated, thanks!