rsnext/test/e2e/app-dir/navigation
Jiachi Liu dcc0ef8e47
Hide not ENOENT errors for not found in ipc server (#47854)
Not to log not found errors created from on demand handlers in ipc
server

Remove the not found error trace for dev
```
event - compiled client and server successfully in 57 ms (265 modules)
/Users/huozhi/workspace/next.js/packages/next/src/server/dev/on-demand-entry-handler.ts:450
    throw new PageNotFoundError(normalizedPagePath)
          ^

Error: Cannot find module for page: /not-found
    at findPagePathData (/Users/huozhi/workspace/next.js/packages/next/src/server/dev/on-demand-entry-handler.ts:450:11)
    at Object.ensurePage (/Users/huozhi/workspace/next.js/packages/next/src/server/dev/on-demand-entry-handler.ts:701:30)
    at Server.<anonymous> (/Users/huozhi/workspace/next.js/packages/next/src/server/lib/server-ipc.ts:29:24) {
  code: 'ENOENT'
}
```
2023-04-04 11:46:49 -07:00
..
app Emit late streaming meta tags (#47207) 2023-03-17 14:37:00 +00:00
middleware.js Separate navigation and hooks tests into new test suites (#45766) 2023-02-10 00:38:39 +00:00
navigation.test.ts Hide not ENOENT errors for not found in ipc server (#47854) 2023-04-04 11:46:49 -07:00
next.config.js Separate navigation and hooks tests into new test suites (#45766) 2023-02-10 00:38:39 +00:00