You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next.js can't recognize the exported \`config\` field in route. Proxy does not support Edge runtime.
33
31
1 | export default function () {}
34
32
2 |
@@ -37,7 +35,6 @@ Next.js can't recognize the exported \`config\` field in route. Proxy does not s
37
35
4 |
38
36
39
37
The exported configuration object in a source file needs to have a very specific format from which some properties can be statically parsed at compiled-time.`)
40
-
}
41
38
}else{
42
39
expect(cliOutput).toContain(
43
40
`Route segment config is not allowed in Proxy file at "./proxy.ts". Proxy always runs on Node.js runtime. Learn more: https://nextjs.org/docs/messages/middleware-to-proxy`
0 commit comments