--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2025-08-14 15:58:53.942358475 +0200 +++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2025-08-14 15:59:17.487663267 +0200 @@ -608,12 +608,7 @@ }, success: function (response, opts) { let res = response.result; - if ( - res === null || - res === undefined || - !res || - res.data.status.toLowerCase() !== 'active' - ) { + if (false) { Ext.Msg.show({ title: gettext('No valid subscription'), icon: Ext.Msg.WARNING,