Signal-K / client

Frontend for viewing citizen science proposals on Lens Protocol
https://starsailors.space
7 stars 5 forks source link

šŸ«„šŸ¦ ā† Determining cause of build errors #74

Closed Gizmotronn closed 12 months ago

Gizmotronn commented 12 months ago

So there's a load of typescript and other build errors on FCDB-16 branch and other subsequent derivatives. At first I believed this was because of a node/local environment issue on my personal machine, but after attempting to checkout the branch in both Codespaces & Gitpod (and in fresh development containers), I was still unable to complete a successful build.

This led to me spending around an hour attempting to manually cleanup all the incorrect/missing files (as well as temporarily converting some from .tsx to .jsx to just hack something together that we could at least deploy...and I got nowhere.

FCDB-4 branch is the most recently updated branch that has had no commits to it since this break/bug became known, so I've checked it out locally and it appears that after cloning it into an empty repo locally, and filling in the .env file variables, we've got a successful build. Now we just need to figure out at what point things started breaking and what's been changed.

More planet stats have been added, we've improved some bug fixes as per @LiquidNetworkAU's report and have done some quick Unity adjustments as well.

Opposite tag of #73