Ajai Choudhry found an infinite number of primitive solutions to,
$$x_1^7+x_2^7+\dots +x_8^7= x_9^7$$
by using an elliptic curve with a parameter $m=2$. There are variants, the one I used is,
$$x(x - 129^2) (x - 4\times2^7) = y^2\tag1$$
I tried the online Magma and, after some time, it found one rational point,
$$x =\Bigl(\frac{48010029072}{224312161}\Bigr)^2$$
Dave Rusin years ago suggested $m=5$,
$$x(x - 78126^2) (x - 4\times5^7) = y^2\tag2$$
The online Magma is limited only to 120 seconds, and discontinued its calculation. Note that the change $x = u+78126^2$ transforms $(2)$ to the more symmetric,
$$u(u+78124^2)(u+78126^2) = y^2$$
In general, curves of the form,
$$u\big(u+(a-1)^2\big)\big(u+(a+1)^2\big) = y^2$$
have at least five torsion points,
$$u = 0,\quad -(a-1)^2,\quad -(a+1)^2,\quad \tfrac{(a - 1)^2 + (a + 1)^2}{2}-2,\quad -\,\tfrac{(a - 1)^2 + (a + 1)^2}{2}+2$$
Q: Does $(2)$ really have another rational solution, other than its five integer torsion points?
The point on the curve
$$u(u+78124^2)(u+78126^2)=z^2$$
has $u$-coordinate \begin{equation} u=\frac{-2^2*43^2*229^2*449*19531^2*36965783^2*24591784649^2}{3^2*61^2* 518245943877809163227^2} \end{equation}
I found this using my home-grown Pari-software and an old version of Cremona's mwrank. The height of the point is roughly 51.9/103.8 (depending on which height normalisation you like).
The points of order $4$ have a simpler formula, namely $u=\pm (1-a^2)$.
Implying,
$$x(x - 78126^2)(x - 4\times5^7)=y^2$$
has rational point,
$$x = \Bigl(\frac{1115500181050003597405480\sqrt{2245}}{94839007729639076870541}\Bigr)^2$$