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

Multiple routes are configured incorrectly #1869

Open
zhipeng0703 opened this issue Jan 9, 2025 · 1 comment
Open

Multiple routes are configured incorrectly #1869

zhipeng0703 opened this issue Jan 9, 2025 · 1 comment
Labels

Comments

@zhipeng0703
Copy link

The version of zuul used is spring-cloud-starter-netflix-zuul-2.2.5

Multiple routes are configured incorrectly,The first route /student and the second route /teacher are normal on the first visit, and the second visit reports an error of 404 on the first route /student and everything is normal on the second route /teacher

this is my application.yml

zuul:
  ignored-services: "*"
  routes:
    micro-student: /student/**
    micro-teacher: /teacher/**

image

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant