nextjs runs fine locally and first worked on the server but all of a sudden it gets unexpected end of input on the server,
07:42 26 Jan 2026

my website was attacked by a hacker and was taken down within two hours. I then used Docker to keep it online, and that worked for more than a month.

But suddenly, all my projects started showing an “unexpected end of input” error on the server, and my websites stopped working. They still run fine locally, but not on the server.

Also, if I try to run my project without Docker and use systemd instead, the same error still occurs.

I also tried to create a new clean vps but still

javascript next.js