I created this small next.js website / crud app and I’m hosting it on vercel. I also added the custom domain.
The issue is that whenever I update content via the admin section in the app everything gets updated as it should on mywebsite.vercel.app but the changes don’t appear on mywebsite[dot]com. The only way to make the changes visible has been to redeploy the app. Does anyone know what could be the issue here? Am I missing something in Next.js or is this Vercel / domain host issue?
Hi, @peraknezevic! Welcome to the Vercel Community
Can you share your custom domain settings with us?
I wonder if the reason is that you’ve got the custom domain set up so that pulls changes from your main branch. See screenshot:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.