Hi Devs!
Is there a way I can force Espo to use non-minified JS so that I can debug things? In the code it looks like if I turn on developer mode it might do that.
However when I set
'isDeveloperMode' => true,
in either data/config.php or data/config-internal.php I'm getting a white screen and the following error in the logs:
[2023-09-07 05:31:46] ERROR: Uncaught Exception Espo\Core\Utils\File\Exceptions\FileError: "File 'frontend/libs.json' does not exist." at C:\xampp\htdocs\Espo2\application\Espo\Core\Utils\ File\Manager.php line 247 {"exception":"[object] (Espo\\Core\\Utils\\File\\Exceptions\\FileError(co de: 0): File 'frontend/libs.json' does not exist. at C:\\xampp\\htdocs\\Espo2\\application\\Espo\\Core\ \Utils\\File\\Manager.php:247)"}
I have Googled it and tried to debug but figure it out. Can anyone please help?
Cheers,
Clare
Is there a way I can force Espo to use non-minified JS so that I can debug things? In the code it looks like if I turn on developer mode it might do that.
However when I set
'isDeveloperMode' => true,
in either data/config.php or data/config-internal.php I'm getting a white screen and the following error in the logs:
[2023-09-07 05:31:46] ERROR: Uncaught Exception Espo\Core\Utils\File\Exceptions\FileError: "File 'frontend/libs.json' does not exist." at C:\xampp\htdocs\Espo2\application\Espo\Core\Utils\ File\Manager.php line 247 {"exception":"[object] (Espo\\Core\\Utils\\File\\Exceptions\\FileError(co de: 0): File 'frontend/libs.json' does not exist. at C:\\xampp\\htdocs\\Espo2\\application\\Espo\\Core\ \Utils\\File\\Manager.php:247)"}
I have Googled it and tried to debug but figure it out. Can anyone please help?
Cheers,
Clare
Comment