Publish Success but App do not update like in Mendix Studio

0
I have a Mendix app. In the past, whenever I made changes and published, the app updated immediately on the web. But this time it doesn’t work anymore. I’ve already created a new package, published it several times, cleaned the deployment directory, refreshed with F5, and cleared the browser cache, but the web app still shows the old version and none of my changes appear. It seems like the new package has been created, but the running environment is not picking it up. Could you help me check whether the issue is that the new package was not deployed to the correct environment, the app is still running an old version, or something else is wrong?Thank for your response!
asked
1 answers
0

Hi Hoàng Đạt

I suspect Package was created but never properly deployed + restarted.


Do this in order:

  1. Developer Portal → Environments → confirm the new package is listed there
  2. Click Transport → select the correct environment
  3. Click Deploy
  4. Click Stop then Start (restart is mandatory)
  5. Check the Runtime tab — confirm the timestamp matches your latest publish

If still not working:

  • Make sure you're checking the right environment URL (not mixing Acceptance vs Production)
  • If self-hosted, purge the CDN/proxy cache — browser cache clear won't help in that case

Like as Mike mentioned make the question more clear


answered