Skip to content

Magento 2 : Site not loading – An error has happened during application run. See exception log for details

I am using Multi-site Magento, where facing this issue for the Default store. Except default store, the remaining stores and admin are working very well. Homepage Error: An error has happened during application run. See exception log for details. Exception… Read More »Magento 2 : Site not loading – An error has happened during application run. See exception log for details

Is fully automatic module updating (code replacement + setup upgrade) officially supported in Magento 2?

I’ve developed a custom Magento 2 extension that includes an automatic version check mechanism. Here’s what it currently does: Uses an observer (controller_action_predispatch) to check an external endpoint for the latest version (info.json). Implements 24-hour cache to avoid repeated API… Read More »Is fully automatic module updating (code replacement + setup upgrade) officially supported in Magento 2?