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
Describe the bug
A clear and concise description of what the bug is.
When redirecting from a versioned route to another I'd expect the same version to be prefixed, but that's not happening.
As a fallback I'd expect a way to fetch the current version, but there seems to be no easy way to do that (I guess I can fetch it from current path, but doesn't seem clean).
Describe the bug
A clear and concise description of what the bug is.
When redirecting from a versioned route to another I'd expect the same version to be prefixed, but that's not happening.
As a fallback I'd expect a way to fetch the current version, but there seems to be no easy way to do that (I guess I can fetch it from current path, but doesn't seem clean).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Redirect from /v1.0/route_alias to /v1.0/original_route instead of to /original_route
The text was updated successfully, but these errors were encountered: