Symptom
Opening http://<IP>:8848/nacos in a web browser returns a 404 status code. The Nacos console does not load.
Cause
The nacos-console module is not supported in Microservices Engine (MSE) Nacos 1.1.3. This module serves the Nacos web console UI. Without it, the Nacos server has no web console, and requests to the /nacos path return a 404.
| MSE Nacos version | nacos-console module | Web console at IP:8848/nacos |
|---|---|---|
| 1.1.3 | Not supported | 404 |
| 1.2.1 | Supported | Available |
Solution
Upgrade your MSE Nacos instance to version 1.2.1. Version 1.2.1 includes the nacos-console module and serves the web console at IP:8848/nacos.
For step-by-step instructions, see Upgrade a Nacos version.
Verify
After the upgrade completes, open http://<your-nacos-ip>:8848/nacos in a browser. The Nacos console loads without errors.