Open callumgare opened 1 year ago
I will take a look, thanks!
Thanks!
And can I say fantastic project! I was excited to find it and shocked it's not more widely used. The majority of technological approaches that I've seen for this in the selfhosting space is all about using a deadman switch but that seems kinda crazy to me for anyone who isn't a CIA informant. You're just crossing your fingers that you don't end up in a comma for a week sometime and inadvertently trip it off. And even if you avoid that that then there seems a good chance that a few decades of code rot and general entropy will stop it working as intended. Hardly seems like a system you'd want to trust for such an important task. I think you've come up with a very clever solution!
Thanks for kind words!
Sorry I haven't had time to look into this yet, as life and work have been crazy.
If I have your attention in the meanwhile, I'd love your thoughts on: #50
I've been thinking about what's next for Hereditas, and how to solve problems like these and like #2. Please let me know what you think!
Really love the concept of this. Unfortunately I too am having problems getting it to work.
I saw the same error as the OP using Node.js 19.9.0 and 18.16.0
After reverting back to 12.22.12 I got a different error (below), but this was just case sensitivity. Changing the App.svelte file to import Navbar from '../components/NavBar.svelte'
fixed it and allowed the build to complete.
_Module not found: Error: Can't resolve '../components/Navbar.svelte' in '../.nvm/versions/node/v12.22.12/lib/nodemodules/hereditas/app/layout'
However, the problem I see now is that everything is working up to the point it asks for the passphrase on the static website. Despite trying several times and verifying I entered the passphrase correctly during the build process, it will not accept it. I just get the response back that this passphrase isn't correct. So I'm guessing it's an issue somewhere with concantenating the passphrase with the app token?
I haven't had much time to look into this yet, sorry. The changes required at this stage are not super minor, so I'm also wondering if it would make sense for me to just work on the v0.3 (see #50)
Attempting to run the build command after following the Get Started setup instructions https://hereditas.app/guides/get-started.html results in this: