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

bug:Multiple Routes with same path don't work with different http method #5033

Closed
rohit-32 opened this issue Jan 8, 2025 · 0 comments · Fixed by #5040
Closed

bug:Multiple Routes with same path don't work with different http method #5033

rohit-32 opened this issue Jan 8, 2025 · 0 comments · Fixed by #5040
Assignees
Labels
bug Something isn't working

Comments

@rohit-32
Copy link

rohit-32 commented Jan 8, 2025

Describe the bug

Trying to create 2 routes with same path but different method don't work on self hosted version

To reproduce

Try creating two routes as trigger

  1. /sc/hook - GET
  2. /sc/hook - POST
    and hook them to any flow , try hitting it using curl one of them will not work

Expected behavior

Routes with same path but different method don't work

Screenshots

No response

Browser information

No response

Application version

No response

Additional Context

No response

@rohit-32 rohit-32 added the bug Something isn't working label Jan 8, 2025
@HugoCasa HugoCasa assigned HugoCasa and unassigned rubenfiszel Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants