issue: Revert 453e8152
This addresses an issue where upgrading from v1.6 to a release on or after v1.12 will hang on login and eventually timeout. This is due to the system not being able to fetch the config which logs a db error which calls the config and continues the loop. For now, we need the config in the constructor so that the loop doesn't occur and we can continue to upgrade as normal. TODO: - For a permanent fix, we need to figure out why the loop occurs when not in the constructor and vice versa.
Loading
Please register or sign in to comment