redirecting to same page causes 303 but no rerender
Unanswered
Persian posted this in #help-forum
PersianOP
Maybe I'm using it wrong. I have a situation where I want to actually reload the current page from a server action, so I redirect to it. A 303 is returned by the page doesn't actually reload. State is stale and state handlers don't execute.
1 Reply
PersianOP
I wound up returning a URL string to the client from the server action and redirect to that from the client. Seems to work.