Using Neo4J Community edition...detail below:
The problem that we're encountering has been recurring in out current bare mental centos 9 env. Can't seem to pin point what cause this. The status show below the server was up and running for 4 days. But then browser/curl cli can't call up the /browser. It keep returning 404 as show in the curl cli.
The server has to be stopped/wait 5 sec/started...then browser/curl cli can connect the /browser page successfully.
Has anyone seen this problem before? A know bug?
sudo systemctl status neo4j
● neo4j.service - Neo4j Graph Database
Loaded: loaded (/usr/lib/systemd/system/neo4j.service; enabled; preset: disabled)
Active: active (running) since Wed 2026-06-10 10:21:27 PDT; 1 month 4 days ago
Main PID: 3283564 (java)
Tasks: 113 (limit: 203060)
Memory: 921.2M (peak: 1.3G)
CPU: 4h 5min 49.617s
CGroup: /system.slice/neo4j.service
├─3283564 /usr/bin/java -Xmx128m -classpath "/usr/share/neo4j/lib/*:/usr/share/neo4j/e>
└─3283595 /usr/lib/jvm/java-21-openjdk-21.0.10.0.7-2.el9.x86_64/bin/java -cp "/var/lib>
curl -s http://10.206.237.212:7474/ | grep -i version
{"bolt_routing":"neo4j://10.206.237.212:7687","query":"http://10.206.237.212:7474/db/{databaseName}/query/v2","transaction":"http://10.206.237.212:7474/db/{databaseName}/tx","bolt_direct":"bolt://10.206.237.212:7687","neo4j_version":"5.26.25","neo4j_edition":"community"}
curl -i http://10.206.237.212:8474/browser/
HTTP/1.1 404 Not Found
Date: Wed, 15 Jul 2026 23:40:29 GMT
Access-Control-Allow-Origin: *
Pragma: no-cache
Content-Security-Policy: default-src 'self'; script-src 'self' cdn.segment.com canny.io; img-src 'self' guides.neo4j.com data:; style-src 'self' fonts.googleapis.com 'unsafe-inline'; font-src 'self' fonts.gstatic.com; base-uri 'none'; object-src 'none'; frame-ancestors 'none'; connect-src 'self' api.canny.io api.segment.io ws: wss: http: https:
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: text/html;charset=iso-8859-1
Content-Length: 371
HTTP ERROR 404 Not Found
| URI: | /browser/ |
|---|---|
| STATUS: | 404 |
| MESSAGE: | Not Found |
| SERVLET: | default |