First:
test-data.bigbthen:
= Test data
== Tmp
ourbigbook --web-test
Then modify to:and rerun:
= Test data
== Tmp2
= Tmp
ourbigbook --web-test
Error message:
param "bodySource" is mandatory when not rendering or when "path" to an existing article is not given. path="tmp"
Can be worked around by:therefore it is just a case of some outdated local state, thank God for that, should be simple to fix.
rm -rf out
The root problem seems to be that
sqlite3 _out/web/web.sqlite3 .dump
still contains tmp
, we have to get rid of any synonym headers during ID extraction.