Isak
Explore posts from serversKKinde
•Created by Isak on 10/30/2024 in #💻┃support
Grammar changes in Verification Email
Thank you!
5 replies
KKinde
•Created by Isak on 10/30/2024 in #💻┃support
Grammar changes in Verification Email
It comes from my collegue as German is also not my language.
But the main thing is the two dots instead of one after "fortzufahren"
Then in German there is a style change in how you address people. DU vs SIE
But that's not something you could change, it would be depending on each company using Kinde. That's why I asked if it's possible to change
5 replies
KKinde
•Created by Isak on 8/19/2024 in #💻┃support
Can't remove team members
Thanks for the quick fix! Just tried it out
10 replies
KKinde
•Created by Isak on 8/19/2024 in #💻┃support
Can't remove team members
I'm the Owner role. Thanks I'll lookout here for a fix
10 replies
KKinde
•Created by Isak on 7/3/2024 in #💻┃support
Refreshing token not working on Safari (iPhone)
Thanks but this issue was just about keeping the session alive on an iphone. Not moving inbetween.
Scenario: User logs in then 25h later they visit the app and they have to login again. I want them to skip the login in this scenario
5 replies
KKinde
•Created by Isak on 4/24/2024 in #💻┃support
Chaining Middlewares Next.JS Kinde + next-international
@Jan I implemented it similar to you
8 replies
KKinde
•Created by Isak on 4/24/2024 in #💻┃support
Chaining Middlewares Next.JS Kinde + next-international
Great, thank you for the answer!
8 replies
KKinde
•Created by Isak on 4/24/2024 in #💻┃support
Chaining Middlewares Next.JS Kinde + next-international
Hi @Jan no not yet, had to remove the translation for now. Did you have the same issue?
8 replies
KKinde
•Created by Isak on 5/3/2024 in #💻┃support
Token expired issues
Hi, can I give any more information to help you find the issue?
4 replies
KKinde
•Created by Isak on 5/3/2024 in #💻┃support
Token expired issues
Yes for now everytime while developing locally.
I'm doing this check in a Layout component, and when the token is expired it's still giving me isAuthenticated = true
const { isAuthenticated } = getKindeServerSession();
if (!(await isAuthenticated())) {
redirect("/api/auth/login");
}
4 replies
KKinde
•Created by Isak on 4/24/2024 in #💻┃support
Chaining Middlewares Next.JS Kinde + next-international
Thank you so much for the answer, I will try this out and get back to you
8 replies
DTDrizzle Team
•Created by Isak on 3/25/2024 in #help
Running drizzle-kit push:sqlite with Turso
So it seems like drizzle did not generate correct sql (from my knowledge). I ended up writing this to insert data only into the columns that existed before
3 replies