-
Notifications
You must be signed in to change notification settings - Fork 412
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
Nesting routes work strange when handling errors #2823
Labels
Comments
/bounty $75 for fix and reproducer test case. |
💎 $75 bounty • ZIOSteps to solve:
Thank you for contributing to zio/zio-http! Add a bounty • Share on socials
|
/attempt #2823 Options |
987Nabil
added a commit
to 987Nabil/zio-http
that referenced
this issue
Jun 16, 2024
💡 @987Nabil submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
jdegoes
pushed a commit
that referenced
this issue
Jun 18, 2024
🎉🎈 @987Nabil has been awarded $75! 🎈🎊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I am nesting routes as described at https://zio.dev/zio-http/dsl/routes it works until I need call
handleError
.This server:
When started and invoked
curl -i http://localhost:8090/to/do/45
outputs:But when the route leading to error (that I have to deal with) is removed:
Everything works fine and the result of
curl -i http://localhost:8090/to/do/45
is:The text was updated successfully, but these errors were encountered: