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

proper error if middleware or api/route not return a Response #41336

Merged

Commits on Oct 11, 2022

  1. return a proper error if middleware or api/route return not a

    falsy or Response value.
    mabels committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    613698f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d67a0e9 View commit details
    Browse the repository at this point in the history
  3. Update packages/next/server/web/adapter.ts

    Co-authored-by: Balázs Orbán <info@balazsorban.com>
    mabels and balazsorban44 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f72c7f9 View commit details
    Browse the repository at this point in the history
  4. Update test/integration/edge-runtime-response-error/test/index.test.js

    Co-authored-by: Balázs Orbán <info@balazsorban.com>
    mabels and balazsorban44 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    101656a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42159d9 View commit details
    Browse the repository at this point in the history
  6. update error message

    mabels committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    7e5a911 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Update packages/next/server/web/adapter.ts

    Co-authored-by: Balázs Orbán <info@balazsorban.com>
    mabels and balazsorban44 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ee9d999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b65def View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bedf127 View commit details
    Browse the repository at this point in the history
  4. make prettier happy

    mabels committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9ae1687 View commit details
    Browse the repository at this point in the history