Dear Anna,
I got other error message: Build error You must provide the URL of lib/mappings.wasm
.
The solution is as mentioned in parcel-bundler/parcel#8005 (comment), using environment variable NODE_OPTIONS=--no-experimental-fetch
.
Now I get no error messages and blog page shows well.
Thank you!