Also, the actual error in the detailed report is in my case:
...
"tasks": [
{
"data": {
"type": "VM",
"id": "74ed4e04-3bd9-1c68-f1e0-3c7a0fb567f7"
},
"id": "1748127565992",
"message": "backup VM",
"start": 1748127565992,
"status": "failure",
"end": 1748127565993,
"result": {
"call": {
"duration": 91,
"method": "session.login_with_password",
"params": "* obfuscated *"
},
"message": "unexpect statusCode 302",
"name": "Error",
"stack": "Error: unexpect statusCode 302\n at file:///opt/xen-orchestra/packages/xen-api/transports/json-rpc.mjs:24:13\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
}
},
...