Channels
general
security
info
welcome-namratha
welcome-olawumi
welcome-marco
welcome-ichikawakazuto
welcome-pineappaul
contributing
welcome-devdag
github-activity
welcome-foxbarrington
bot-training
new-releases
welcome-tauno
welcome-sidebar
welcome-nightlight
welcome-naberyou66_
welcome-lukeacollins
welcome-dinso
welcome-alpinjs
welcome-poothebear
welcome-mozomig
welcome-claybiokiller
welcome-0xdelusion
welcome-john-oliver
welcome-goetzum
welcome-syntaxerror
welcome-cosmoecwsa
welcome-jamesl
welcome-samuel-qosenergy
welcome-leoo
welcome-rick
welcome-ernest
welcome-nacer
welcome-mardadi
welcome-galto4ir
welcome-notankit
welcome-aleksandrc
welcome-kelvinwop
welcome-hossambarakat
welcome-turbosepp
welcome-naveenkumar
welcome-co7e
random
welcome-kraz
welcome-anthony-stod-custodio
welcome-surajsli
welcome-fromscratch
welcome-drebotelho
welcome-shubhamkaushal
welcome-aj-ya
welcome-hay-kot
introductions
welcome-vikram_shadow
welcome-shubhamgoel23
welcome-jonas-alexanderson
welcome-amberlamps1
welcome-nischith
welcome-jahir9991
welcome-lancekey
welcome-andrew-rodriguez
welcome-malik-khoja
welcome-jerry123424
welcome-mike-tectu
welcome-elio
welcome-samuelstroschein
welcome-m-j-mon
welcome-meshguy
welcome-chwalbox
welcome-tls
welcome-himanshu-kukreja
welcome-suyash_
support-questions
welcome-teclali
welcome-call-in
welcome-tawnoz
welcome-pavan-kumar-reddy-n
welcome-jxyz
welcome-ankit-choudhary
welcome-metamorph
community
welcome-mirzok
Powered by
#support-questions
Title
a
anu
06/10/2022, 12:58 PM
I need to redirect to '/hello' on successfull login
r
rp
06/10/2022, 1:17 PM
hey
@anu
can i see the config you have provided on the frontend?
a
anu
06/10/2022, 1:21 PM
Something like { appInfo, recipeList: [ EmailPasswordReact.init({ palette: { primary: PRIMARY_COLOR_LIGHT_MODE, textLink: PRIMARY_COLOR_LIGHT_MODE, error: ERROR_COLOR_LIGHT_MODE, }, }), SessionReact.init(), ], }
r
rp
06/10/2022, 1:22 PM
whats the value of appInfo?
a
anu
06/10/2022, 1:22 PM
export const appInfo = { // learn more about this on
https://supertokens.com/docs/passwordless/appinfo
appName: 'APP_NAME', apiDomain: API_URL, websiteDomain: WEB_APP_URL, apiBasePath: '/auth', websiteBasePath: '/auth', };
r
rp
06/10/2022, 1:23 PM
Have a look at this:
https://supertokens.com/docs/emailpassword/common-customizations/redirecting-post-login
a
anu
06/10/2022, 1:37 PM
Thanks @rp it worked
r
rp
06/10/2022, 1:37 PM
great
Post