Language server repeatedly crashes with OAuth token errors and INVALID_ARGUMENT on fetchAdminControls

I’m experiencing persistent issues with the language server in my development environment in windows 11. The server starts successfully but then either gets killed with SIGTERM or encounters authentication failures. I could not able to run anything. I’ve attached relevant log snippets below.

[Info] Language server starts (PID 4716):
12:10:42.888 - Server started on ports 49671 (HTTPS) and 49673 (HTTP)
12:10:43.437 - TLS handshake error from 127.0.0.1:52875: connection aborted
12:10:43.690 - LSP client started
12:11:07.958 - Server killed with SIGTERM

[Info] Server restarts (PID 8336):
12:11:08.105 - Server started
12:11:08.632 - Failed to get OAuth token: state syncing error: key not found
12:11:08.632 - Failed to set auth token
12:11:08.641 - Cache(userInfo): refresh failed
12:11:08.654 - LSP client started
12:12:01.318 - Server killed with SIGTERM

[Error] Current server instance (PID 22036):
12:12:04.018 - Failed to make code assist backend request (fetchAdminControls): {
“error”: {
“code”: 400,
“message”: “Request contains an invalid argument.”,
“status”: “INVALID_ARGUMENT”
}
}

Any guidance on resolving these issues would be greatly appreciated. Let me know if you need additional logs or configuration details.