Error while trying to log out
Clicking on the local logout on the production version, I'm receiving the following error message. The logout is still successful. I've been able to reproduce this issue using the specified procedure:
Procedure:
- Login to NETVS
- View a OU (I don't know, if this step is mission critical to reproduce it, but I've always done it)
- Go on the user dropdown and select local logout.
- Receive error message and get logged out the NETVS.
Error message:
{
"stack": "TypeError: Cannot read properties of null (reading 'login_name')\n at fn (https://netvs.scc.kit.edu/js/chunk-9f777f0c.72836eb5.js:1:7427)\n at o (https://netvs.scc.kit.edu/js/chunk-vendors.46eea372.js:7:19631)\n at a.qe [as _t] (https://netvs.scc.kit.edu/js/chunk-vendors.46eea372.js:7:16858)\n at fn (https://netvs.scc.kit.edu/js/chunk-9f777f0c.72836eb5.js:1:40504)\n at o (https://netvs.scc.kit.edu/js/chunk-vendors.46eea372.js:7:19631)\n at ps (https://netvs.scc.kit.edu/js/chunk-vendors.46eea372.js:23:72242)\n at a.normalizeSlot (https://netvs.scc.kit.edu/js/chunk-vendors.46eea372.js:23:72816)\n at a.renderTbodyRowCell (https://netvs.scc.kit.edu/js/chunk-vendors.46eea372.js:23:428347)\n at https://netvs.scc.kit.edu/js/chunk-vendors.46eea372.js:23:428782\n at Array.map (<anonymous>)",
"message": "Cannot read properties of null (reading 'login_name')",
"route_info": {
"path": "/org/ou/FS-PHYSIK"
},
"session_info": {
"browser": {
"app_code_name": "Mozilla",
"vendor": "Google Inc.",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"
},
"login_name": null
},
"netvs": {
"build_id": "1c910c86,Job ID 1126156@ci-netdb-1.net.scc.kit.edu kit-gitlab/scc-net runner",
"sysinfo": {
"version": "beta",
"version_name": "Eureka",
"mods": [
"login_oic",
"macfinder",
"dhcp_leases",
"ip_contact",
"domain_finder"
],
"host_oper_mode": {
"is_devel": false,
"is_prod": true,
"is_test": false,
"mode": "prod"
},
"js_mods": [
"macauth",
"dhcp_leases",
"ip_contact",
"dnsvs",
"macfinder",
"domainfinder",
"login_oic"
],
"netdb_admin_base": "https://admin.netdb.scc.kit.edu"
}
}
}