Hello Everyone,
I am working on SAPUI5 Application Development. I am facing the below error when we try to execute the application from the Fiori Launchpad.
Error Message in console:
"Since UI5 version 1.95, the private module 'sap/ui/core/CustomizingConfiguration' is functionally inactive. Please be aware that this module has always been a private API and any monkey patching on this module will have no further effect. You must remove the dependency to this file as this module will be removed in one of the following versions of UI5"
when I run it from BAS with a version below or equal to 1.95.0, it is working as expected. with the version above 1.95.0 application is not opening and getting the above error.
My Launchpad ui5 version is 1.96.12.
Could anyone help me to resolve this issue?
Thank you,
Regards,
JK