mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #397] White screen on building Electron Boost Note.app #180
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GabLeRoux on GitHub (Apr 6, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/397
Current behavior
I also tried building it on my own for current repo and that's the real issue ;)
copy
Boost Note.appto/Applications/Boost Note.app(I see app was renamed eh)Screen stays white.
Expected behavior
Steps to reproduce
See description
Environment
Desktop/Web
75427bfWorkaround
but for some reason, rebooting and reinstalling app solved my issue.
Press Ok, Open system preferences and allow app:
Worked this time.
@Rokt33r commented on GitHub (Apr 7, 2020):
Sorry I forgot to update our build document. If you just want to develop our app, please try npm run dev. dev script for electron will be ready today. I'll let you know when it is ready.
FYI, To build the executable file, you need a certificate for codesign.
@Rokt33r commented on GitHub (Apr 7, 2020):
https://github.com/BoostIO/BoostNote.next/issues/400 will cover this issue. Please follow this.
@Rokt33r commented on GitHub (Apr 9, 2020):
Resolved in #401 . Please try
npm run dev:webpackandnpm run dev:electron(You need to open another terminal to run this).@GabLeRoux commented on GitHub (Apr 9, 2020):
Confirmed working, thanks 👍
🤘