Nacos Startup Error: nacos can not start web server;
Solution:
Because Nacos is the default cluster mode, we can change it to stand-alone mode in startup.cmd
set MODE=”standalone”
Nacos Startup Error: nacos can not start web server;
Solution:
Because Nacos is the default cluster mode, we can change it to stand-alone mode in startup.cmd
set MODE=”standalone”