Improvement - let the core start even if the plugins folder does not exist
Description
The core attempts to load plugins on boot. However, if the directory containing the plugins does not exist, the core crashes. This should not be happening because installing plugins is completely optional.
Priority
High - setting up in a new environment fails because of this
Definition of done
The core gracefully skips loading plugins if the directory is not found.
Edited by Luc Everse