Problemunvalidated
I have a route `/property/:id` that includes a button which, when clicked, should redirect to `/profile/:id`. Tension: It only seems to fail when trying to redirect from `/property/:id` to `/profile/:id`. Outcome: in console it shows response 404.
026ef444-0a03-42e4-9ac3-690c4d711682
I have a route /property/:id that includes a button which, when clicked, should redirect to /profile/:id. Tension: It only seems to fail when trying to redirect from /property/:id to /profile/:id. Outcome: in console it shows response 404.