Debug Pimcore errors
The Pimcore log files are at /opt/bitnami/apps/pimcore/htdocs//var/logs/.
It is possible to enable the debug mode by editing /opt/bitnami/apps/pimcore/htdocs//var/config/debug-mode.php file as below:
"active" => TRUE,
Also, symfony toolbar can be shown by setting toolbar parameter to true in /opt/bitnami/apps/pimcore/htdocs//pimcore/lib/Pimcore/Bundle/CoreBundle/Resources/config/pimcore/config_dev.yml file:
toolbar: true