Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check stack property for page export exceptions #32289

Merged
merged 3 commits into from Dec 16, 2021
Merged

Check stack property for page export exceptions #32289

merged 3 commits into from Dec 16, 2021

Commits on Dec 8, 2021

  1. Check stack property for page export exceptions

    We've had the misfortune of an error-like object being thrown without a stack property. It passes the isError check but then log has no information:
    
    ````
    Error occurred prerendering page "/". Read more: https://nextjs.org/docs/messages/prerender-error
    undefined
    ````
    benmerckx committed Dec 8, 2021
    Copy the full SHA
    e2969d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Add a test

    benmerckx committed Dec 9, 2021
    Copy the full SHA
    b143d7e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Copy the full SHA
    2741d38 View commit details
    Browse the repository at this point in the history