SpringCloud, Nacos system interface 503 exception

Problem: Four microservices are started, and the other three microservices can be accessed normally on the front-end page. Only when accessing the slw service, a 503 exception occurs.

Solution:
Mine was because I forgot to change the namespace in the nacos configuration of the slw service to my own, which caused the slw service to be registered in someone else's namespace...

Insert image description here

Guess you like

Origin blog.csdn.net/QinLaoDeMaChu/article/details/127281697