No badges yet
No accepted solutions yet
Vercel Cache - headers are ignored?
Hey Alexander, the cache settings can be persistent sometimes and fail to show updates right away. In any case, we have a couple targeted cache control headers that you can use to...
Next.js dev server takes too much memory (capping memory)
Yes please, a doc would be great. I notice you've already set the inspect flag on your dev script - have you run a profile yourself?
Next.js dev server takes too much memory (capping memory)
Hi, definitely happy to help although I'm not sure I understand your setup. Can you explain how you're starting the project exactly? Looking through the contributing docs it looks...
500 Error When Accessing Site via AI Tools (OpenAI / ChatGPT)
Hi Joyce, thanks for the details. To address the initial question - no, we're not blocking AI or automated traffic unless it's deemed to be malicious based on some other...
@vercel/node + Turborepo issue
Hi :waving_hand: in addition to the link above, I'd also suggest: https://community.vercel.com/t/express-101-everything-about-deploying-your-express-app-on-vercel/4870 FYI - if you...
500 Error When Accessing Site via AI Tools (OpenAI / ChatGPT)
Hi :waving_hand: It sounds like these requests might be getting caught by our firewall. If you go to your project > Firewall at the top of the page, do you see requests getting...
Next.js dev server takes too much memory (capping memory)
Hi :waving_hand: how are you running the project you linked? I noticed in their contributing docs that 12GB is the recommended memory - are you running the full Docker compose...
Web Analytics doesnt work
Hey there :waving_hand: Can you clarify what you're seeing? When you first deploy with the Analytics component it can take a few minutes for the first events to show up. You can...
No logs showing up
Hello :wave: The compiler removes these by default to prevent extra noise from leftover debug logs. If you'd like to modify this you can change it under the `compiler` options in...
How to analyze and control traffic on Vercel
<div data-theme-toc="true"> </div> Nobody wants to serve traffic to malicious or abusive users - this is pretty much universally true. The problem is that detecting those users and...