score:0

Accepted answer

turns out it was a timing issue. the link i was using had turbolinks enabled. when i changed turbolinks to be false everything worked as expected.

score:0

i think you got the redirect code wrong. can you try this in the redirection controller?

redirect_to edit_user_path(user, track: "homepage")

use redirect_to instead of return


Related Query

More Query from same tag