Kinde

K

Kinde

Join the community to ask questions about Kinde and get answers from other members.

Join

Kinde + next-intl - redirect not working on Cloudflare

Hey, I ran again into weird issue on Cloudflare 😭 I am using Kinde + next-intl. Locally - all working as expected....

Multi-tenant (white-label app) design with subdomains

Hi, my nextjs app allows users to create their own apps to service their users, accessed by a subdomain (aka white labelling). I’m developing on localhost and getting state errors in the auth routing.
ITEM 1: Main app is working fine using a custom login page with http://localhost:3000 but I get state error (different id) with “app” subdomain:- ...

Callback URL Error: doesn't work even though i add it to the panel

Hi! My app's login uses Kinde. Today it stopped working and we don't know why, and users get this error on screen. I already have that URL in the allowed callbacks URLs field (It has always been there), and even though I try to add it again it doesn't work. No user has been able to login today because of that. Thank u beforehand!
No description

Export function not working - not sending confirmation email to my acc email

I am trying to export users but the confirmation email is not coming to my acc password...

Unable to retrieve authenticated user data

Hello , im making an next.js project with kinde , but when i want to retrieve authenticated user data in my route server component , it returns nnull

Error: State not Found

Hey, i'm building my pet project with Next Js and Kinde, but I'm a bit stuck with State not found error that i've encoutered for a while At first localhost was working correctly and error appeared only with deployed version, but it's in both versions. I'm hosting with Firebase...

Can't find Workflows

Setting up a workflow. Have used an example and placed in environment/workflows in my repo per docs but am getting sync errors (not finding workflows). Have been trying different things including a kinde.json config file with rootDir = "environment/workflows". Filename of workflow ends in "...Workflow.ts". Am at a loss what to try due to limited ways to debug.

Attempting to commit invalid token - OpenNext on Cloudflare

Hey! The issue around login vs prefetch was fixed on latest version of opennext, but now, on auth_callback I get into "attmepting to commit invalid token to memory" issue. Not sure what can be the reason? Locally it is working well, but configs are aligned....

Is the `Custom Domain` dropdown on Application Details page supposed to save?

I have a custom domain attached to my business, and another attached to a new organisation. When I visit any Application Details page, there is dropdown to select a Custom Domain, but when I change and save it or refresh the page it always resets to the first item in the list. Is this config value supposed to be saved, or is it just there to show me which custom domains are available?...

MCP Server

Hi Folks, Anyone aware of an MCP Server that's been created by the community for interaction with the Kinde API? Something like https://github.com/stripe/agent-toolkit...

Issue with Updating Text Fields on Password Reset Page

Hi! I’m running into an issue with updating text fields on the password verification page. I’ve customized the text (field labels and instructions) in the Kinde dashboard, but on the actual password verification screen, they don’t seem to update — the default text still shows up. The custom text updates correctly on other pages like login and signup, so it seems specific to this one. I would appreciate any tips. Thanks in advance!...
No description

Frequent logouts

I am using kinde auth with nextjs and react,but for some reasons I keep getting logged out intermittently. I can see the refresh tokens and access token setup properly in the cookies. At some point the Kinde auth provider hits this api, api/auth/setup and its returns not logged in. So I have to click on login again but authentication flow is not there, it will login me straight without email and passcode. What could be the reasons for the intermittent sign outs , I am pretty sure I have set the id token , access token , refresh token for a 7 days , 30 days and 6 months....

Remember Me?

Simple question. Is there a way to enable a remember me option on a browser when signing in with either email, google, or icloud accounts?

4179 error when trying to auth-n with Microsoft accounts

I'm getting a 4179 error when trying to log-in user to app with Microsoft sign-ins. Previously no issues. Google working fine. Seems similar to https://discord.com/channels/1070212618549219328/1306418669378736188

Best Auth method for my use case

Hello dear Kinde Team! Since Kinde has so many different auth methods, I was wondering what method you would recommend me to use? Use case:...

Create Account button on Sign-In Page

Hey, I trying to build flow when every user will be automatically added to it's own organization. For that I disabled sign-up button on sing-in page in application settings and instead managing sigup manually using is_create_org and org_name url parameters....

Logging out on refresh

Hi, I have react application with Kinde auth. On localhost everything works perfectly, you can log in and the session is persisted after refresh. But I have a problem with the project that is deployed on azurewebsites.net, so my url is something like this: https://myapp.azurewebsites.net. In here users can log in but are logged out after refresh, what might be the problem? The configuration on kinde dashboard looks good. this is my provider:...

Discord ID not saved in my kinde user

Hello, I am having an issue where I am using a request access page where the user register its email (needs to be its discord email adress). And later when I give access and the user can login via discord. I added the "Trust email addresses provided by this connection" so that the user with access given to his email its discord log in identity is added to the user in Kinde. But when I have this logic put in place, I don't see the discord user id in my Kinde user, but I see the user avatar for example....
No description

What counts as an monthly active organisation | also how can I have a user belong to multiple tenant

Hi thanks for your great support, hope you're having a great day. First off, on the pricing I notice you have a concept of monthly active organisations. Lets say I have a user belonging to 5 organization's and they login but don't switch into another org, does that mean only the orgs they returned tokens for count as active or all 5? Second question, I have a free tier in my app, but still want users to be able to create multiple tenants (ironically similar to the auth0 setup), the issue is that would mean that even a free tier user will need to belong to an organisation, this will be prohibitively expensive for me as I expect to have many times more free users than paid ones....

CORS Errors when using wildcards for allowed callback URLs

When using wildcards in allowed callback URLs in combination with a custom domain, I'm getting CORS errors when trying to retrieve a token from the oauth/token endpoint. Is this expected behavior? Actually detecting the validity of the callback/redirect URL works fine. Just that afterwards when I receive the login code on the callback and try to exchange it for an access token at the /oauth/token endpoint that we receive a CORS error. When I explicitly specify which URLs are allowed this works just fine....
Next