The current rate limiting in src/proxy.ts is process-local and not shared across server instances, making it ineffective under horizontal scaling.
File: src/proxy.ts line 9
Action required:
Configure rate limiting at the infrastructure level (e.g., Vercel Edge, Cloudflare WAF, or similar) to protect against abuse before requests reach the Next.js application layer.
Requested by @Producdevity — related to PR #375
The current rate limiting in
src/proxy.tsis process-local and not shared across server instances, making it ineffective under horizontal scaling.File:
src/proxy.tsline 9Action required:
Configure rate limiting at the infrastructure level (e.g., Vercel Edge, Cloudflare WAF, or similar) to protect against abuse before requests reach the Next.js application layer.
Requested by @Producdevity — related to PR #375