anthony
anthony
Explore posts from servers
CDCloudflare Developers
Created by anthony on 3/25/2024 in #workers-help
429 too many requests
apologies. i wrote this at 12am. i updated it
2 replies
TTCTheo's Typesafe Cult
Created by anthony on 7/10/2023 in #questions
[Next.js App Router] Dynamic segment 404 on Vercel, but not local production build
can confirm that this resolved my issue as well. thanks for pointing this out!
12 replies
TTCTheo's Typesafe Cult
Created by anthony on 7/10/2023 in #questions
[Next.js App Router] Dynamic segment 404 on Vercel, but not local production build
gotcha
12 replies
TTCTheo's Typesafe Cult
Created by anthony on 7/10/2023 in #questions
[Next.js App Router] Dynamic segment 404 on Vercel, but not local production build
but i see this comment in my next config
/**
* If you have `experimental: { appDir: true }` set, then you must comment the below `i18n` config
* out.
*
* @see https://github.com/vercel/next.js/issues/41980
*/
/**
* If you have `experimental: { appDir: true }` set, then you must comment the below `i18n` config
* out.
*
* @see https://github.com/vercel/next.js/issues/41980
*/
but since i don't have expirimental: { appDir: true } set (but im using app dir), is this what could be conflicting?
12 replies
TTCTheo's Typesafe Cult
Created by anthony on 7/10/2023 in #questions
[Next.js App Router] Dynamic segment 404 on Vercel, but not local production build
interesting! that explains why im seeing /en/ in front of routes in vercel logs
12 replies