No badges yet
No accepted solutions yet
Restricting API calls to my own Next.js project to prevent spam
So should I add a rule like that? I don't get everything on WAF Custom rules
Restricting API calls to my own Next.js project to prevent spam
Thank you for your reply! I'll read everything 💪 I quickly tried to enable vercel WAF, but having this "We're verifying your browser" everytime someone visit my website is not...
Restricting API calls to my own Next.js project to prevent spam
Hey everyone, I have a Next.js project hosted on Vercel, and I’m running into a big issue: people are scraping my API endpoints and spamming them, causing huge Function Duration...
Zoom-in input on mobile
Ok I think I just need it to define it in Viewport, and not metadata ```tsx export const viewport: Viewport = { width: "device-width", height: "device-height", initialScale: 1, minimumScale
Zoom-in input on mobile
Hi, On my app, it makes users who use input text zoom in. I saw the need to add something like this, so I did: ```tsx export const metadata: Metadata = { title: "Blabla my project", viewport: {
Cache problem on production
This is for https://checkeigen.byzantine.fi/ and https://checkdrop.byzantine.fi/ I don't know if you're familiar with cryptocurrencies, but this went a little viral so I got many...
Cache problem on production
Amaziinngg, thanks! Indeed, it solved the problem and it is now working as it should, thanks!!
Cache problem on production
Hi everyone! I'm facing an issue with my Next.js project in production. I have an API route called `getCount` that looks like this: ```tsx import { NextRequest, NextResponse } from...
Vercel production doesn't work
Ok I just changed back to `18x` ... And it works!!!! I mean it works on my new Vercel project On my original project, I noticed that I recently added an Environment Variables...
Vercel production doesn't work
It's a NextJS project, so there shouldn't even use python, or it's not on my end You're right, recently I changed the version from `18x` to `20.x` But it's because when I write...