hafizasadabbas

Results 4 comments of hafizasadabbas

Facing the same issue when using i18n with next.config.js warn - Invalid next.config.js options detected: [ { "instancePath": "/i18n", "schemaPath": "#/properties/i18n/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "localePath" }, "message": "must...

I still facing the issue with v13.2.4-canary.3 And my issue is only resolved by deleting middleware.js from the root level. Also on vercel there is duplicate _next/data in the request...

@samcx Still not working with **13.2.4-canary.4**. This is my middleware file import { NextResponse } from "next/server"; export function middleware() { return NextResponse.next(); } No issue on dev but on...

Also, I set `notFound: true` in getStaticProps else case.