preact-hn
preact-hn copied to clipboard
Comment load failures
When grabbing each list comments are also retrieved. However, it appears that some comments are not requested, causing the server to 500 when a stories comments are requested.
- Ensure all comments are retrieved
- Handle missing comments more gracefully on both the server and client.
https://github.com/kristoferbaxter/preact-hn/commit/6822c3391de23448a0e58abbfdfec79510665ea6
This commit addresses item 2.