#zeke_connect-onboarding-redirect
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1271514482669260834
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
So the idea is you want to have a separate page for when they hit the back button in their browser?
Yeah kind of I want to keep the
return_url = /Onboarding/returning
refresh_url = /Onboarding/refresh
But I want a finished_url to be for when users finsh the onboarding process and to be sent back to my application to be sent to /Onboarding/Finished
finished_url = /Onboarding/finished
Is this possible??
HI ๐
I'm stepping in as my colleague needs to go soon. AFAIK we don't have a parameter that allows you to specify a different URL to redirect your users to only after they complete the page.