From 26bf8afe576264a65b4f657c9cfb1ef2eae0905c Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 24 Jan 2025 22:24:00 +0100 Subject: [PATCH] relax some strict values --- reflex/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/app.py b/reflex/app.py index 69c989951..2e9765d21 100644 --- a/reflex/app.py +++ b/reflex/app.py @@ -675,7 +675,7 @@ class App(MiddlewareMixin, LifespanMixin): replaced_route.split("/"), route.split("/"), new_route.split("/"), - strict=True, + strict=False, ): if rw in segments and r != nr: # If the slugs in the segments of both routes are not the same, then the route is invalid