thecointech / thecoin

Mono-repo for TheCoin project
https://thecoin.io
GNU Affero General Public License v3.0
4 stars 1 forks source link

Admin fails to launch in release build #478

Open FrozenKiwi opened 1 year ago

FrozenKiwi commented 1 year ago

image

Potential work-arounds: https://firebaseopensource.com/projects/david-asher/electron-firebase/#opinionated https://stackoverflow.com/questions/61541848/how-to-support-http-protocol-in-electron-firebase-app

FrozenKiwi commented 1 year ago

The protocol is file:, probably to avoid creating a server to host the pages (and why it works in dev, as HMR only works through server)