farmOS / field-kit

A modular, offline-first companion app to farmOS.
https://farmOS.org
GNU General Public License v3.0
62 stars 39 forks source link

Cloned Repo - compiled - blank screen #344

Closed tool172 closed 4 years ago

tool172 commented 4 years ago

I cloned the git, installed npm and ran. It compiles but all i get is a blank screen for testing.

system:

Windows 10 creators update slow ring insider program - wsl2 - unbuntu - docker destop with composer - wsl2 updates

docker runs farmos test server just fine -git cloned developer branch

jgaehring commented 4 years ago

Are there any errors in the browser console?

tool172 commented 4 years ago

No errors at all. however this is console output.

image

My thought are that we need to remove any and all references to it.

tool172 commented 4 years ago

firefox issues:

image

jgaehring commented 4 years ago

Ah, damn, just found the problem. Caused by an unintended change that occurred during a rebase. Posting a fix now....

jgaehring commented 4 years ago

Ok, @tool172, you should just need to pull the latest commit (425bae074da511268dd6684e4839d1b3ca2306f7) from the develop branch now.

Thanks for reporting this, shouldn't have let that slip through the cracks :man_facepalming:. Let me know if you have any other trouble!

tool172 commented 4 years ago

good job.