Prove that there are no integer solutions to: $$x^4+6x^2+1=8y^4$$ where $x>1$.
My attempts:
Let $x^2=u, y^2=v$
$$u^2+6u+(1-8v^2)=0$$
$$\Delta=36-4(1-8v^2)=w_0^2$$
$$32v^2+32=(4w_1)^2$$
$$2v^2+2=w_1^2=(2w_2)^2$$
$$v^2+1=2w_2^2$$
$$v=w_2=1\implies x=y=1$$
I don't know how can I proceed.
Using $v = y^2$ in your discriminant result, we have
$$v^2 + 1 = 2w_2^2 \; \; \to \; \; y^4 + 1 = 2w_2^2 \tag{1}\label{eq1A}$$
As explained in the accepted answer to Solve in $\mathbb{Z}$ the equation $x^4 + 1 = 2y^2$. (with the comment there linking to the answer re: the solutions of the transformed $X^4 - Y^4 = Z^2$), the only solution to \eqref{eq1A} is with $y = \pm 1$, so this means $x = \pm 1$. As such, there are no integer solutions with $x \gt 1$.