I was looking at a problem that deals with tetration. Here's the problem: $$\begin{split}x^{x^{x^{\ddots}}}=3 \\ x^3=3 \Rightarrow x= \sqrt[3]{3} \end{split}$$ However, I saw that the solution is $-\frac{3}{\ln(3)}W_{-1}\left(-\frac{3}{\ln(3)}\right)\approx 2.478$ and watched some videos which explain something like the convergence "test" of $e^{-e}$ and $e^e$ and more ones some Lambert $W_{-1}$ function but I don't undertand this one.
I try to solve that one by this logic: $$x^{x^{x^{\ddots}}}=n$$ So $$x^n=n\text{, which implies, $\forall n \in \mathbb{R}$,}\, x=\sqrt[n]{n}\text{.}$$
What's wrong with this logic?