Hi,
I am facing an issue with the Preview branch not showing the latest commits at all on a non-main Branch in GIT Hub.
I had all three environments, Production, Preview and Development, pointing to the same environment variables, and Preview was working ok. I have recently split the variables and now want only the preview branch from the GIT Hub non main branch to preview and not update the Production branch. Now when I commit and push, it shows all the changes correctly committed to GIT Hub and the Head also matches in Vercel Deployments. Still, when I preview it, the UI is not showing the changes I have committed to the non-main branch (eg: feature/upload-personnel branch). I have tried quite a few changes, and even the logs or colour change on page.tsx is not printing for the preview-only branch. Can someone suggest what should be checked here, please?
The deployment does show as correctly deployed in Vercel; no errors show up, and the same is true with the CLI as well. The source also shows pointing to correct code. However, the UI (when I click on preview) does not show the changes made.
A suggestion here would really help.
Thanks in advance