As refered to Why non-trivial solution only if determinant is zero,
I wonder why \begin{gather} \begin{bmatrix} 1 & 1 \\1 & 1 \end{bmatrix} \begin{bmatrix} 2 \\3 \end{bmatrix} = \begin{bmatrix} 5 \\5 \end{bmatrix} ≠ \begin{bmatrix} 0 \\0 \end{bmatrix} \end{gather} when \begin{gather} \det \begin{pmatrix} \begin{bmatrix} 1 & 1 \\1 & 1 \end{bmatrix}\end{pmatrix} = 0 ?\end{gather} Above is conflict to the fact that "$(A−\lambda I)x=0$ has a nontrivial solution (a solution where $x\neq 0$) if and only if $\det(A−\lambda I)=0$ " to me.
The determinant of that matrix $A=\begin{bmatrix}1&1\\1&1\end{bmatrix}$is indeed $0$ and there is indeed a non-trivial solution for $Ax=0$ , namely $x=\begin{bmatrix} 1 \\ -1 \end{bmatrix}$ and its multiples.
Why you get $\begin{bmatrix} 2 \\ 3 \end{bmatrix}$ into it, I don't know. Your computation shows that $\begin{bmatrix} 2 \\ 3 \end{bmatrix}$ is not an eigenvector, and mine shows that $\begin{bmatrix} 1 \\ -1 \end{bmatrix}$ is.