fix: redirect logic missing basePath in App Render #60184
Merged
Azure Pipelines / azure next.js
succeeded
Jan 11, 2024 in 29m 0s
Build #20240111.22 had test failures
Details
- Failed: 1 (0.28%)
- Passed: 331 (92.98%)
- Other: 24 (6.74%)
- Total: 356
Annotations
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)
Loading