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

fix: redirect logic missing basePath in App Render #60184

Merged
merged 5 commits into from
Jan 11, 2024

Check page text too

58a6a4c
Select commit
Loading
Failed to load commit list.
Merged

fix: redirect logic missing basePath in App Render #60184

Check page text too
58a6a4c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure next.js succeeded Jan 11, 2024 in 29m 0s

Build #20240111.22 had test failures

Details

Tests

  • Failed: 1 (0.28%)
  • Passed: 331 (92.98%)
  • Other: 24 (6.74%)
  • Total: 356

Annotations

Check failure on line 1 in app dir - basic › next/script › should support next/script and render in correct order

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

app dir - basic › next/script › should support next/script and render in correct order

Test failed
Raw output
  ● app dir - basic › next/script › should support next/script and render in correct order

    TIMED OUT: yes

    undefined

    Error: expect(received).toStrictEqual(expected) // deep equality

    Expected: [1, 1.5, 2, 2.5, "render", 3, 4]
    Received: undefined

      626 |
      627 |   if (hardError) {
    > 628 |     throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
          |           ^
      629 |   }
      630 |   return false
      631 | }

      at check (lib/next-test-utils.ts:628:11)
      at Object.<anonymous> (e2e/app-dir/app/index.test.ts:1741:11)