stereobooster / react-snap

👻 Zero-configuration framework-agnostic static prerendering for SPAs
MIT License
5.04k stars 391 forks source link

When doing a postbuild action with snap a page error gives no information on what the error actually is #489

Open donicrosby opened 3 years ago

donicrosby commented 3 years ago

Bug Report

Current Behavior When running react-snap on my build I get a pageerror when it's crawling over my app but I get no information about where the error is.

Reproducible demo clone https://github.com/donicrosby/GongFu-Timer npm/yarn install && npm/yarn run build

You should get an error on one of the tea timer pages

Expected behavior/code 💬 console.log at /: Content is cached for offline use. ✅ crawled 1 out of 4 (/) 🔥 pageerror at /timer/beH114f7H:

✅ crawled 3 out of 5 (/timer/beH114f7H) ✅ crawled 4 out of 5 (/404.html) ✅ crawled 5 out of 5 (/edit)

Possible Solution ¯\_(ツ)_/¯