Successfuly deployed on vercel but can't see the changes on my domain

these are the link to my website on vercel & on my domain:

own domain: https://moviezilla.in/

vercel: https://moviezilla-three.vercel.app/

Hey @rohit-nainwaya ,

Both domains seem to load the same site for me when I checked a moment ago. I suspect the difference you saw may have been a caching issue. Does it work for you now?

1 Like

some changes are still not visible, you can check the url, like this and more are still pending:

When I initially visited the page, I first saw the font set to Arial along with some other style differences. When I refreshed the page, I saw the updated style.

I inspected the page and saw the it had a cf-cache-status: REVALIDATED header. This tells me that the difference is caused by Cloudflare caching since the issue only appears with a domain that’s routing requests through Cloudflare, and it’s not happening with the *.vercel.app subdomain version which does not have that header.

I recommend checking your Cloudflare settings to identify the exact cause of the unexpected caching. We also have a doc covering use of Cloudflare with Vercel projects to help with setup.

1 Like

thank you so much emy to helping me out, now the issue is resolved(I configure the cache setting to purge everything on cloudfare); I have one more issue if you can help, the issue is: some of my website pages aren’t displaying on some of the devices, but when I use VPN in that same device the pages are properly working, if you need more info (like code of the website or some additional info) than please let me know

When you visit those pages, do you see any error information logged in the browser console? Or any error status code for any files in the network tab in dev tools?

No, there isn’t showing any kind of error in network tab

this is the website: https://moviezilla.in/
issue is at movies and tv shows section

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.