Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.18k stars 801 forks source link

Laverna displays green bg and is stuck on preload.js (macOS Mojave) #985

Open reksc opened 5 years ago

reksc commented 5 years ago

Unfortunately my first attempts with Laverna Electron app failed on loading the application itself.

What I see is a green background and nothing else. There are no errors in the console, just a "Preloading..." log message.

macOS Mojave

Any tips? :)

daed commented 5 years ago

Try starting it and, while it's running, open a browser window to http://localhost:9000?

Also, this project is abandoned. I've started a fork of it at https://github.com/encryptic-team/encryptic.

Background on the matter is available at https://github.com/Laverna/laverna/issues/971.

reksc commented 5 years ago

Hey, thanks for replying. Turned out it was a glitch with Docker using the same port. The app couldn't start listening at :9000. Pitty that it doesn't display any notice on what is going on.

Quite surprised that the project is abandoned (although the last commit into master is 9 months old). I'll definitely have a look at Encryptic, thanks!

daed commented 5 years ago

This is not the first time I've heard of complaints about conflicts with Docker. I'm not sure how to best implement it, but I'll put in an enhancement request for encryptic about that.