Sandbox not reflecting latest deployment – “Unknown microflow” error despite successful build and redeploy
0
Hi Team,I’m facing a critical issue where my Mendix sandbox environment is not reflecting the latest deployed changes, even though the build and deployment process completes successfully.Issue SummaryApplication builds successfully with no errorsDeployment package is generated and uploaded successfullyHowever, at runtime:Newly created/updated microflows are not recognizedError encountered:Unknown microflow 'Rebate.VAL_ABC' Additionally, other recent changes are also not reflecting in the sandboxWhat I ObservedThe microflow VAL_ABC:Exists in the modelIs properly referenced in the main microflowWas even deleted and recreated from scratchDebugger cannot attach to this microflow in sandboxRuntime behaves as if it's running an older version of the modelActions Already TriedI have performed the following steps multiple times:Cleaned deployment directory (Project → Clean Deployment Directory)Rebuilt and ran locally (works perfectly)Republished to sandboxStopped and restarted the environmentDeleted the sandbox and created a new oneRedeployed the latest packageRenamed and recreated the microflowVerified no broken referencesConfirmed build logs show:BUILD SUCCEEDEDPackage uploaded successfullyCurrent BehaviorSandbox still throws:Unknown microflow 'Rebate.VAL_ABC' Some UI/backend changes are also not visibleIndicates sandbox runtime is not syncing with latest deploymentExpected BehaviorSandbox should run the latest deployed versionMicroflows and changes should be reflected immediately after deploymentQuestionHas anyone encountered a situation where:Deployment succeedsBut runtime still uses an older model?