Nextjs app on pages. /_error page is not exporting edge runtime

I’m deploying my Nextjs app on pages. And i’m also adding edge as runtime in my server components. But at build time it give me error about /_error page that i’m not using edge export in this page. I did add edge as runtime in this page but it still gives me the same error. Please help.

4 posts were merged into an existing topic: Error occurs when creating not-found page in next13