Skip to content

Commit 9030cf6

Browse files
Merge 100b608 into ea7a15c
2 parents ea7a15c + 100b608 commit 9030cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/viewer/json_pipe_req.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,8 @@ void TViewerPipeClient::HandleResolve(TEvStateStorage::TEvBoardInfo::TPtr& ev) {
795795
if (DatabaseBoardInfoResponse->IsOk()) {
796796
ReplyAndPassAway(MakeForward(GetNodesFromBoardReply(DatabaseBoardInfoResponse->GetRef())));
797797
} else {
798-
ReplyAndPassAway(GetHTTPBADREQUEST("text/plain", "Failed to resolve database - no nodes found"));
798+
Direct = true;
799+
Bootstrap();
799800
}
800801
}
801802
}

0 commit comments

Comments
 (0)