You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authenticated Routes with different methods but same path throw the following error.
thread '<unnamed>' panicked at src/server.rs:347:14:
called `Result::unwrap()` on an `Err` value: insertion failed due to conflict with previously registered route: /auth/v1/profile
Expectation:
The routes with same path but different methods should work without error.
Rohithzr
changed the title
Authenticated routes with different method but same path throw error.
Authenticated routes with different method but same path causes conflict.
Oct 13, 2024
Bug Description
Authenticated Routes with different methods but same path throw the following error.
Expectation:
The routes with same path but different methods should work without error.
Complete file: https://github.com/Rohithzr/robyn-template/blob/main/standalone.py
Sample code:
Steps to Reproduce
You can run this source file - https://github.com/Rohithzr/robyn-template/blob/main/standalone.py
Your operating system
MacOS
Your Python version (
python --version
)3.11
Your Robyn version
latest
Additional Info
No response
The text was updated successfully, but these errors were encountered: