Logs look good. Are you sure you didn't change anything in the code or config files? Just standard default Traccar?
Just to add more info. I read about "modern" missing folder issue, but I never used modern interface so I don't believe it's related.
Also tried with other browser/s that had never visited the page, and the same appears.
Tried also with the default xml config files, and also the same result.
Only thing I ever changed is the java call because built in one does not work on this server, so I link traccar-server.jar to already installed java bin, which have always worked fine till now.
And also I touch nothing on server code, I know .nil. java...
Is the firewall enabled on your server and ports sre opened?
There's no firewall at all.
It's been working till new install.
Try this command one by one:
apt install default-jre-headless
rm /opt/traccar/jre/bin/java
ln -s /usr/bin/java
/opt/traccar/jre/bin/java
reboot
That's how it's been working since day 1.
Actually traccar it is working, I see the running process when calling htop. It just seems not in the mood to answer my calls.
Just in case.
And after checking open ports, the only closed port is Traccar web's, devices ports are all open...
the only closed port is Traccar web's
Then how did you get the API response if the port is closed?
Nope, my mistake, it was during a stop and restart and port was not open yet because it takes some time, it's an small arm box.
Just read changelog for 5.3...
Web app selection - switch between modern and legacy web apps is now done in the configuration file.
What would be the sentence? I can't figure out any that may do that.
Hello again, I just installed 5.3 on my test server (Arm64) and got 404 Not Found error.
Log file has some statements I never found (first two) other than that, traccar is up and running, just not answering my web requests.