Skip to content
Snippets Groups Projects
  • JediKev's avatar
    ddde34b0
    issue: Revert 453e8152 · ddde34b0
    JediKev authored
    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.
    ddde34b0
    History
    issue: Revert 453e8152
    JediKev authored
    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.