viv (kinde)
viv (kinde)
KKinde
Created by wispyco on 9/15/2024 in #💻┃support
Email undefined for apple id registration on dashboard page
Hi, sorry are you able to clarify what you mean by Kinde's credentials? email vs single sign on w/Apple? thanks
42 replies
KKinde
Created by wispyco on 9/15/2024 in #💻┃support
Email undefined for apple id registration on dashboard page
sweet good to hear - believe it's a bug, we should be collecting the emails as part of your profile (regardless of trusted or not) so I'll get that fixed up (thanks for flagging).
42 replies
KKinde
Created by wispyco on 9/15/2024 in #💻┃support
Email undefined for apple id registration on dashboard page
ahh sorry, you'll only need to delete it out of Kinde - from admin > users (delete the user you used to sign in w/apple)
42 replies
KKinde
Created by wispyco on 9/15/2024 in #💻┃support
Email undefined for apple id registration on dashboard page
actually would you also be able to quickly check: 1. delete the user you created from Apple out of Kinde (as it was initially created without trust emails toggled on) 2. log in with apple (now with the trust emails on) 3. check id token
42 replies
KKinde
Created by wispyco on 9/15/2024 in #💻┃support
Email undefined for apple id registration on dashboard page
hmm are you able to invite [email protected] as a teammate to your business - i'll take a look ☺️
42 replies
KKinde
Created by wispyco on 9/15/2024 in #💻┃support
Email undefined for apple id registration on dashboard page
hi - apologies, I wasn't able to replicate this on mine. Are you able to check if you're receiving an email with the Kinde Apple app (ie remove your Apple credentials from the config) - just so we can narrow down where the issue may be coming from? thanks!
42 replies
KKinde
Created by wispyco on 9/15/2024 in #💻┃support
Email undefined for apple id registration on dashboard page
Hi @wispyco , are you able to check if Trust email addresses provided by this connection is ticked in your apple config? (in Kinde UI) Thanks!
42 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
in your address bar
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
looks like you're trying the kinde domain still
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
otherwise may be <KindeProvider domain
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
if you've set them
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
this should be in your .env variables
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
I can see that hitting log in goes to https://steltek.kinde.com/ rather than https://constant.stelket.com.au - the cookie should be set on https://constant.steltek.com.au so may not be persisting as you're redirecting back to the kinde domain
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
All good, just double checking you're not running this locally on localhost:3000, you're experiencing this in production on account.steltek.com.au? I believe anything on this domain would persist without needing to use isDangerouslyUseLocalStorage, but localhost wouldn't
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
Hi, thanks for clarifying. Is this currently what you're running into / are you seeing any errors in console?
Also double checking that I understand the err is that despite having custom domain, a refresh doesn't persist your authentication state?
Also double checking that I understand the err is that despite having custom domain, a refresh doesn't persist your authentication state?
Are you also able to share a minimal reproducible example on Github repo so I can give it a go. Re this:
Do you have to have the custom domain be the same url as the web address? this would never be possible because I need the CNAME record for the website to point to the correct address.
Do you have to have the custom domain be the same url as the web address? this would never be possible because I need the CNAME record for the website to point to the correct address.
- that shouldn't be causing the issue - you should be able to have them seperate ie your website being something like www.domain.com and your custom domain being account.steltek.com.au
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
Hey @Neurath - I'm not seeing any errors or activity - are you able to let me know about the other q's also, might point us in the right direction. Cheers!
76 replies
KKinde
Created by Neurath on 7/18/2024 in #💻┃support
Need some help with my custom domain for production.
Hi @Neurath - just checking you've already verified your domain (step 5 here: https://docs.kinde.com/build/domains/pointing-your-domain/#:~:text=Once%20you%20have%20created%20the,SSL%20certificate%20will%20be%20provisioned) and the rest of the steps all look good? Can I ask which SDK you're using, as well as the version? Also double checking that I understand the err is that despite having custom domain, a refresh doesn't persist your authentication state? Would you also be able to send over your custom domain so we can see if there's any errs in the logs w/the custom domain / verification? Thank you!
76 replies
KKinde
Created by Kunal Bagaria on 7/5/2024 in #💻┃support
How can I get the X username or the user ID of the user when they are signing up using X
Hi @Kunal Bagaria - can I check if you toggle on organizations under that, and check the ID token, if you see an array of orgs? If not, I suspect your token may be cached - would you know how long the lifetime is? Some additional information here (https://docs.kinde.com/authenticate/manage-authentication/sync-with-kinde/#:~:text=For%20optimum%20performance%20our%20tokens,the%20UI%20or%20via%20API) but you could try calling this (https://kinde.com/api/docs/#refresh-user-claims-and-invalidate-cache) endpoint POST /api/v1/users/{user_id}/refresh_claims to manually disable cache.
Also just checking if you're on the latest Nextjs app router version? I believe there was a change that went out 2 months back re: custom claims and caching.
28 replies