I use WSL for devolvement since oracle is moving ...
# sdf
s
I use WSL for devolvement since oracle is moving to AUth 2.0 are there any options to still use this setup
s
We use WSL for development with the latest SDF CLI
going through browser auth for tokens simply ensure you have a browser configured in WSL (I use MS Edge)
s
it seems that it wont work well on windows 10
This kills our CI on GitHub proccses "Starting February 2025, SuiteCloud SDK version 24.1 will no longer be available for new installations."
I have installed Microsoft Edge for wsl but still get this error when trying to add Browser-based authentication "Web browsing is not supported on this system."
what directory are you in windows side or Linux side
not sure were i went wrong echo $BROWSER --> microsoft-edge
s
I'm not using github to deploy SuiteScript so can't speak to that, but that 'web browsing not supported' speaks to a configuration issue with your WSL setup.
s
yes on heroku browser token works so im trying to figure why this is different and what settings are wrong
in addtion calling microsoft-edge from linux opens msedge linux version , should i set it to open the windows version
s
nay, you want it to be doing it all in linux
however, for a CD sort of situation, I wouldn't think you'd want to launch the browser at all
i.e. wouldn't you use
suitecloud account:setup:ci
?
s
correct for GitHub i would set up that up but i need my PC dev machine to wor for first
s
aye, for local machine we just have WSL launch edge natively (linux)
s
using xdg-open
s
yes, IIRC the suitecloud cli uses xdg-open under the covers?
s
are you using win 11 or win 10
s
We have folks on both 10 and 11 using it
s
what am i doing wrong
Copy code
xdg-open <https://stackoverflow.com>
this command works
s
perhaps there's some auxiliary package not installed. One thing you might try is we use
nautilus
for easy explorer-like file management in WSL - if you install it it brings along few other dependencies that may magically resolve your issue. In any case you'll end up with a graphical file manager.
s
which build of windwos 10
what does this command return for you
Copy code
wsl --version
s
I actually just updated WSL this morning - so I'm on 2.4.10.0 🙂
s
im currios which windows build
s
though again, I am on windows 11 (22631)
did you install nautilus and still having issues?
s
yes
I updated to win 11 still no luck
wsl config are you setting $browser or xdg-open ?
s
I don't recall any reference to a $browser environment variable.
s
I officially give up
s
another thing to consider is to ensure your alternatives are set e.g.
x-www-browser                  manual   /usr/bin/microsoft-edge-stable
s
still no luck
is there something that is missing in netsuite
s
I don't think there is any NS setup related to that 'web browsing not supported' error message.
s
i have moved on to useing MTM option
s
don't know what that is, but best of luck