No badges yet
No accepted solutions yet
404 for edge dynamic routes
Next config ``` /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, }; module.exports = nextConfig; ``` My routes ![Screenshot 2024-08-05 at...
404 for edge dynamic routes
Even simple /pages/api/hello.ts ``` // Next.js API route support: https://nextjs.org/docs/api-routes/introduction import type { NextApiRequest, NextApiResponse } from 'next'; type Data = { name:
404 for edge dynamic routes
Hi, My api functions returns 404 on vercel. Locally in dev or build mode these are working fine. "next": "14.0.4" next config: ``` /** @type {import('next').NextConfig} */ const nextConfig = { r