Hi everyone,
Sharing a deployment-related issue in case it helps others or someone has faced the same.
In my Emergent project:
The app was already live
Updates save correctly in the project/editor
When I click Redeploy, deployment completes successfully
But the live app does not reflect any of the new changes
It keeps running the old version
There are no build errors, which makes it confusing. It feels like the redeploy might be:
Reusing the old container
Pulling from a cached build
Or not invalidating the previous deployment session
If anyone has faced this or knows:
How to force a clean rebuild
How to ensure redeploy actually picks up latest changes
Please share your insights. This could be helpful for others too.
Thanks in advance.