tip: here is a brief description of the project background:
Problem Scenario: Error on startup after installing nacos
Problem description
tip: describe the project here
Nacos startup error
Cause analysis:
Nacos defaults to cluster startup. Here is a startup error in the windows stand-alone environment
–
Solution:
Line 26 Modify set MODE="cluster"
to MODE="standalone"
and the problem is solved