Loader function not executed after redirect to same url with different search params after update to remix v2 #9858
Unanswered
KatharinaMadiwe
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a problem with a redirect to the same url with different search params.
In our action function after submitting a form, we are redirecting to the same url with different search params. The url in the browser is changed, but the loader function is not executed. We also don't see the status 302 in the browser developer tools.
This problem occured after our update to remix v2, in remix v1 this was working fine.
We tried the redirect in two different ways, with the same outcome:
Variant 1:
Variant 2:
Beta Was this translation helpful? Give feedback.
All reactions