Hi, I’m trying to fix a user flow problem that happens after a returning user visits the website through a shared url. For example,
- I share a link to a listing from the website (Fabbulist.com)
- The user clicks on the link and it takes them to the listing, but because they’re not signed in they’re prompted with a pop-up to do so before they can book the listing or message the owner of the listing (this part works correctly)
- they continue to sign in and then they’re redirected to their user dashboard as opposed to the listing they originally clicked on before they were prompted to sign in
More details - anybody can view listings on Fabbulist.com, but to book the listing or message its owner, you have to have an account AND be signed in.
I need it so that after they’ve signed in, especially if they’ve come in through a shared link, it takes them back to the page of that shared link they wanted to view in the first place.
Any help is greatly appreciated!