Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

503 SERVICE_UNAVAILABLE \"Unable to find instance for auth-center\" #3592

Open
18670032796 opened this issue Nov 13, 2024 · 2 comments
Open

Comments

@18670032796
Copy link

SpringBoot Version: 3.3.5
SpringCloud Version: 2023.0.3
SpringCloudAlibaba : 2023.0.1.2

gateway.yml

spring:
cloud:
gateway:
discovery:
locator:
enabled: true
lower-case-service-id: true
routes:
- id: auth-center
uri: lb://auth-center
predicates:
- Path=/auth-center/**

nacos config:
图片

nacos service:
图片

error info:

503 SERVICE_UNAVAILABLE "Unable to find instance for auth-center"

@spencergibb
Copy link
Member

If you'd like us to spend some time investigating, please take the time to provide a complete, minimal, verifiable sample (something that we can unzip attached to this issue or git clone, build, and deploy) that reproduces the problem.

@spring-cloud-issues
Copy link

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants