fermyon / bartholomew

The Micro-CMS for WebAssembly and Spin
https://bartholomew.fermyon.dev/
Apache License 2.0
413 stars 50 forks source link

Issue reading content #143

Closed cohix closed 2 years ago

cohix commented 2 years ago

spin 0.6.0 (12a5037 2022-10-21)

I followed the quickstart guide, and after adding my first post, I load the page and get this in the browser:

Rendering "/content/blog/hello.md": Capabilities insufficient (os error 76)

Same message in the spin logs

It can load index.md just fine.

Halp :)

karthik2804 commented 2 years ago

Are you using the latest Bartholomew version? This was an issue due to writing to a cache file which has now been fixed.

cohix commented 2 years ago

@karthik2804 I used the template repo in the bartholomew quickstart... what's the easiest way to build the latest bartholomew?

karthik2804 commented 2 years ago

@cohix You can grab the latest binary from the releases https://github.com/fermyon/bartholomew/releases/tag/v0.6.0 or you can build from the source by building this repo.

cohix commented 2 years ago

That did the trick! Thanks @karthik2804