No badges yet
No accepted solutions yet
Deployments error locally build successfully
``` at t (/vercel/path0/.next/server/webpack-runtime.js:1:127) 15:41:17.120 at i (/vercel/path0/.next/server/app/api/contact-us/route.js:12:15841) 15:41:17.121 at...
Error: Function Runtimes must have a valid version, for example `now-php@1.0.0`. nextjs15
Now I fixed that error .
Error: Cross-reference between Middleware and Edge Function
now my error error resolved
Error: Function Runtimes must have a valid version, for example `now-php@1.0.0`. nextjs15
if i did not add vercel.json that. error Error: Cross-reference between Middleware and Edge
Error: Function Runtimes must have a valid version, for example `now-php@1.0.0`. nextjs15
versel.json { "version": 2, "runtime": "nodejs16.x" }
Error: Cross-reference between Middleware and Edge Function
[quote="pawlean, post:3, topic:1940"] Check your project structure and ensure that your Middleware is correctly placed. [/quote] Thanks for saving my time
Error: Cross-reference between Middleware and Edge Function
I am already Project Settings > Build & Development Settings, I changed the Framework Presets from `Others` to `Next.js` and it working locally but production showing error. in...
Error: Cross-reference between Middleware and Edge Function
In the Project Settings > Build & Development Settings, I changed the Framework Presets from `Others` to `Next.js` and it worked p