i see a warning in exception.log
main.CRITICAL: Warning: DOMDocument::loadXML(): Empty string supplied as input in /vendor/magento/framework/View/Element/UiComponent/Config/DomMerger.php on line 327 {"exception":"[object] (Exception(code: 0): Warning: DOMDocument::loadXML(): Empty string supplied as input in /vendor/magento/framework/View/Element/UiComponent/Config/DomMerger.php on line 327 at /vendor/magento/framework/App/ErrorHandler.php:61)"} []
have anybody face it before? what this warning is about?
There might have been an empty XML file due to that, it's showing such an issue.
Please find and remove such a file.
thank you Sanjay, but what is the way to find out this empty xml?
You can find the blank file using the below commands:
find /path/to/dest -type f -empty