When running bit login the url displayed on the terminal is ok but the url sent to the browser is incomplete, which result in a blank screen.
bit login
The complete url should be sent to the browser
> bit login
Your browser has been opened to visit:
https://bit.dev/bit-login?port=8085&clientId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&responseType=token&deviceName=DEVICE_NAME&os=linux
The url sent to the browser : https://bit.dev/bit-login?port=8085
Everything after the "&" is removed
The page is blank with a console error :
uncaught exception: Object
This is odd. We'll probably need to set up a similar setup to yours to see this behavior.
Is there any chance you have a FF extension that tries to clear URL params?
I sent a PR. The problem was not coming from my browser, it was coming from WSL.
I tested it using WSL ( v1 )
Most helpful comment
I sent a PR. The problem was not coming from my browser, it was coming from WSL.
I tested it using WSL ( v1 )