https://supertokens.com/ logo
a

ashlite

06/19/2022, 5:48 PM
Tried deploying to heroku I can't login with any provider + email passowrd, stuck in /auth attach the heroku log above
r

rp

06/19/2022, 5:49 PM
Hey! Did you correctly set the app info object? The apiDomain, websiteDomain etc?
Provided the correct connectionURI in the backend SDK?
If all is fine according to you, please send me the debug logs from the backend SDK
a

ashlite

06/19/2022, 5:52 PM
appinfo is already set
r

rp

06/19/2022, 5:54 PM
From the error above, it seems that you haven’t passed the connection URI
or rather that it’s undefined
a

ashlite

06/19/2022, 5:55 PM
give you the repo, I make 2 variable in appInfo and comment the one not use
r

rp

06/19/2022, 5:55 PM
Have you set the process env correctly on heroku?
For the connection uri?
a

ashlite

06/19/2022, 5:59 PM
that's right wait for update
r

rp

06/19/2022, 5:59 PM
Okay
a

ashlite

06/19/2022, 6:03 PM
nice... it work perfectly it was amazing journey
r

rp

06/19/2022, 6:04 PM
Greattt! If you have any specific feedback that would be great
Things to improve on, things you disliked and liked. Etc..
a

ashlite

06/19/2022, 6:15 PM
Things to improve 1. The docs, still need a lot of improvement, there was a lot of scattered information. 2. TS & JS code switcher 3. Session pagination, etc 4. I don't like that the session is removed from DB. If not remove, it can be usefull for session pagination in number 3. But for me, this is make me ditch auth0.
r

rp

06/19/2022, 6:16 PM
Great! Thanks for the feedback