Get error for nextjs 13.4 app router with edge runtime

Get error

Aug 13, 07:06:51 PM: error  TypeError: Cannot read properties of null (reading 'default')
    at Object.loadComponent (file:///root/.netlify/edge-functions/next_app_page/bundle.js:525:10503)
    at eN.findPageComponents (file:///root/.netlify/edge-functions/next_app_page/bundle.js:525:7455)
    at eN.renderErrorToResponseImpl (file:///root/.netlify/edge-functions/next_app_page/bundle.js:512:7332)
    at eventLoopTick (ext:core/01_core.js:183:11)
    at async pipe.req (file:///root/.netlify/edge-functions/next_app_page/bundle.js:512:6363)
    at async eN.pipeImpl (file:///root/.netlify/edge-functions/next_app_page/bundle.js:511:18276)
    at async eN.normalizeNextData (file:///root/.netlify/edge-functions/next_app_page/bundle.js:525:4695)
    at async eN.handleRequestImpl (file:///root/.netlify/edge-functions/next_app_page/bundle.js:511:14907)Aug 13, 07:06:51 PM: error  Uncaught null

when deploy nextjs 13 app router with edge funtions.

Please share the site name.