Skip to content

Next.js reuses I/O object on Vercel Edge routes #6975

Closed
@lforst

Description

@lforst

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which package are you using?

@sentry/nextjs

SDK Version

7.34.0

Framework Version

Next.js 13

Link to Sentry event

No response

SDK Setup

No response

Steps to Reproduce

  1. Have auto instrumented Next.js application with Vercel edge routes
  2. Send multiple concurrent requests to the edge route

Expected Result

No errors

Actual Result

Screen Shot 2023-01-30 at 12 07 50

This invocation reused an I/O object (streams, request/response bodies, and others) created by a previous invocation, which is not permitted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Package: nextjsIssues related to the Sentry Nextjs SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions