klaudiosinani / tusk

Refined Evernote desktop app
https://klaussinani.github.io/tusk
MIT License
3.15k stars 248 forks source link

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

Open piers109uk opened 3 years ago

piers109uk commented 3 years ago

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.

brunocpsc commented 3 years ago

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. =/

Am0rphous commented 3 years ago

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

casojcode commented 3 years ago

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

Am0rphous commented 3 years ago

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.

brunocpsc commented 3 years ago

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