UI Styling Issues Post-Deployment

0
Hi everyone,   So, in our organization we're using Kubernetes for our production application/environment, however, our development and testing environment is on Mendix private cloud on a different application.    The way we migrate our changes to the actual production environment is via a deployment package.   Recently I've noticed that some UI elements (such as a calendar widget) sometimes appear abnormally sometimes with issues or differences to the original (*)   Has anyone encountered this previously or know what could be the issue? I've tried the following: Try a different Browser Clear Cache (Locally) Restart the server Re-upload the package Upload a different package with the same changes   (*): By original here I meant the one we developed on the Mendix Private Cloud before creating a deployment package and uploading that to Production, which is a separate app on Mendix Developer Portal.   If you have any questions or confused about any explanations I've written please let me know.
asked
1 answers
0

Abnormal calendar widget behavior, could be caused by differences in caching, configuration, or resource loading between your Mendix Private Cloud and Kubernetes-based production environments.

 

To resolve this, ensure that both environments are using the same Mendix version, clear both server and browser caches, and be sure that all UI components and dependencies (like JavaScript and CSS files) are correctly loaded. Additionally, check for consistency in the deployment package, redeploy if needed, and verify that custom or third-party widgets are the same version across both environments.

 

Finally, review your Kubernetes configuration to ensure it matches the Mendix Private Cloud setup to avoid environment-related discrepancies. Hope it works!

answered