mtlynch
Cadet
- Joined
- Jan 4, 2022
- Messages
- 4
I'm running into a bug with the TrueNAS Core web UI (12.0-U7). When I reach the login page, it fails to process my credentials and the page just spins endlessly.
In Chrome's JavaScript console, I see this message:
It looks like the JS error is crashing the app entirely and preventing it from processing the login. I've tried opening up the URL in an incognito window, and I get the same result. It gets the "Not authenticated" error in the JS console before I even attempt to authenticate.
If I snoop on the WebSockets traffic in Burp, I see this exchange:
Request
Response
I haven't upgraded TrueNAS recently. The only thing I could think of that might be related is that I deleted a user and an SMB share a couple of hours before I noticed this happening, so that may be related.
Versions:
	
		
			
		
		
	
			
			In Chrome's JavaScript console, I see this message:
Error:  {
    "error": 13,
    "type": null,
    "reason": "Not authenticated",
    "trace": null,
    "extra": null
}It looks like the JS error is crashing the app entirely and preventing it from processing the login. I've tried opening up the URL in an incognito window, and I get the same result. It gets the "Not authenticated" error in the JS console before I even attempt to authenticate.
If I snoop on the WebSockets traffic in Burp, I see this exchange:
Request
{"id":"a461ca44-1583-16a2-0d9f-c6c44d90ba68","msg":"method","method":"system.general.config"}Response
{"msg": "result", "id": "a461ca44-1583-16a2-0d9f-c6c44d90ba68", "error": {"error": 13, "type": null, "reason": "Not authenticated", "trace": null, "extra": null}}I haven't upgraded TrueNAS recently. The only thing I could think of that might be related is that I deleted a user and an SMB share a couple of hours before I noticed this happening, so that may be related.
Versions:
- TrueNAS Core 12.0-U7
- Browser is Chrome 96 on Win10
 
				 
 
		 
 
		 
			
		
	
	
		 
 
		 
 
		