I have searched the past posts but I do not see an...
# suitecommerce
v
I have searched the past posts but I do not see anybody having this particular issue (per se). When performing a
gulp theme:fetch
, my process stops at:
Continue the authentication process in the prompted browser
No browser opens to do the auth. (Note: I have done the
ns_npm_repository\oauth1\index.js
changes)
s
You can create a token instead manually in your .nstba file and use it
v
@Swathi wouldn't the auth still need to use the browser to "allow" it before proceeding?
l
@VS are you already logged in the browser when running the fetch? Also, I’d try to add the --accountnumber or the --advanced in the command
v
@LC Thank your reply. Yes I am logged in. I tried --accountnumber and --advanced and that did not change anything
@LC and @Swathi I installed the same project on my personal mac and it went no problem. The work PC seems to have an issue launching the browser. I reset all permissions on the browser (even removed all blockers)
👍 1
j
Hey @VS did you ever figure this out? I'm running into the same issue now
v
@jkabot I realized I was running the command prompt within a Linux shell. SCA does not really play well with Linux. The window open function only works on PC and MAC. If you are using Linux I can go more in depth if needed. Let me know.
j
@VS Thanks, I was running the gulp commands through a WSL shell on Windows. I'll try setting up a Windows version of node getting it set up through there.