You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Stop swallowing errors if the prerender service fails.
6
+
7
+
Before: If the prerender service errors out (e.g., not available and the request times out), the error is swallowed and `next` called with no args.
8
+
9
+
After: error is passed through to `next`, and `prerender.afterRenderFn` is handed `err` as the first arg. Makes it much easier to know if you're misconfiguring something or forgot to start the prerender server locally when testing.
0 commit comments