tusk icon indicating copy to clipboard operation
tusk copied to clipboard

Blank White Screen - V0.23.0 on macOS Catalina v10.15.7

Open piers109uk opened this issue 4 years ago • 5 comments

Tusk was installed via homebrew. After entering my username for login, I get a blank white screen. I have attempted reloading the page but it just takes me back to login.

piers109uk avatar Feb 10 '21 14:02 piers109uk

Tusk was installed via homebrew. After entering my username for login, I get a blank white screen. I have attempted reloading the page but it just takes me back to login.

Same thing here. I`ve installed, reinstalled, but still not working. =/

brunocpsc avatar Feb 10 '21 18:02 brunocpsc

Not working on macOS Big Sur version 11.2. Tusk 0.23.0 (0.23.0.650) Same white screen.

Am0rphous avatar Feb 11 '21 14:02 Am0rphous

It works with this solution: https://github.com/klaussinani/tusk/issues/308

casojcode avatar Feb 11 '21 14:02 casojcode

Copy of solutions for macOS

brew install npm
git clone https://github.com/klaussinani/tusk.git
cd tusk
git checkout dependabot/npm_and_yarn/electron-9.4.0
npm install electron@latest
npm install
npm start

After running npm start, Tusk starts working, but goes back to white screen when the npm startstops.

It is a workaround, not a valid solution.

Am0rphous avatar Feb 11 '21 15:02 Am0rphous

Copy of solutions for macOS

brew install npm
git clone https://github.com/klaussinani/tusk.git
cd tusk
git checkout dependabot/npm_and_yarn/electron-9.4.0
npm install electron@latest
npm install
npm start

After running npm start, Tusk starts working, but goes back to white screen when the npm startstops.

It is a workaround, not a valid solution.

Hum...it didn't work for Ubuntu. But anyway, thanks

brunocpsc avatar Feb 11 '21 15:02 brunocpsc