The configuration is empty after loading the application from the cache.
# Summary
This exception is thrown when the configuration is empty. This can happen for a number of reasons.
* The CacheProvider does not store the information correctly.
* The paths to the configuration are incorrect.
## Troubleshooting
* Check the configuration path in the system.ini file.
* Check the string in your cache provider. It should contain the string 'finalize'.
issue