Publish not updating content in prod

Builder content link

Builder public api key
4ed076df4c29494783f454c8c7030b2e

What are you trying to accomplish
We are trying to edit simple text on the page but the changes don’t appear in production. We tried multiple hard refresh and cache purge on Vercel, even redeploy.
If you have any idea tell me please.

Screenshots or video link
The draft page


The prod page

Code stack you are integrating Builder with
I’m using Next.JS hosted on Vercel.

Hello @HowWhat,

The issue may be related to either Vercel’s cache or Next.js cache.

You can try making some changes and then purge the data cache from Vercel to see if that resolves the issue:

Additionally, you can refer to the following guide on managing cache within your Next.js app:

Let us know if you need any further assistance!

Thanks,