Can you share your toml? I set it globally as defined in the docs and not getting any errors or warn
Can you share your toml? I set it globally as defined in the docs and not getting any errors or warnings

2024-09-26 you should see the old behavior
customdomain.example.com in the dash/via the APIstatus_code=200 and {}, empty json.npm run previewimport type { NextRequest } from 'next/server'
export const runtime = 'edge'
export async function GET(request: NextRequest) {
return Response.json({"a": 1});
}
stale-while-revalidate and Vary header for other values?/_nuxt/builds/meta/*
cache-control: public, max-age=31536000, immutable
/_nuxt/builds/*
cache-control: public, max-age=1, immutable
/_nuxt/*
cache-control: public, max-age=31536000, immutable
/_nuxt/builds/meta/*
cache-control: public, max-age=31536000, immutable
/_nuxt/builds/*
cache-control: public, max-age=1, immutable
/_nuxt/*
cache-control: public, max-age=31536000, immutable