Skip to content

Crawler or Google prerender bot requests do not buffer responses #2785

Open
@pieh

Description

@pieh
  ● streaming-ssr-edge › should not stream to crawlers or google pagerender bot

    expect(received).toBe(expected) // Object.is equality

    Expected: 1
    Received: 2

      86 |       flushCount++
      87 |     })
    > 88 |     expect(flushCount).toBe(1)
         |                        ^
      89 |     const html = await res1.text()
      90 |     const body = await getNodeBySelector(html, '#__next')
      91 |     // Resolve data instead of fallback

      at Object.toBe (e2e/streaming-ssr-edge/streaming-ssr-edge.test.ts:88:24)

Data

The following is parsed automatically by the Next.js repo e2e test report generator.

test: streaming-ssr-edge should not stream to crawlers or google pagerender bot
reason: Crawler or Google prerender bot requests do not buffer responses

Metadata

Metadata

Assignees

No one assigned

    Labels

    Next.js e2e test failureErrors identified through the Next.js repo e2e tests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions