_.Mass._
Explore posts from serversKKinde
•Created by _.Mass._ on 3/16/2025 in #💻┃support
504 gateway timeout
We have started seeing gateway timeout responses when trying to fetch the token. This is impacting one of our product in production. We are seeing a new setting configuration and our production environment is tagged as "not live".
Can anyone help in getting this fixed?
Can anyone help in getting this fixed?
13 replies
CDCloudflare Developers
•Created by _.Mass._ on 1/30/2025 in #workers-help
Server Sent Events buffering
Hi, I have a worker endpoint that sends server events to the client. It was working fine until a few weeks ago but recently the client started receiving all the events from a request all at once. This behaviour seems odd, I would expect server side events not to be buffered and return immediately to minimise the response TTFB. I have tried creating a page rule to disable caching but that did not make it work. Is there a new configuration I am missing? What could be causing the events to be buffered and flushed all at the same time?
1 replies
KKinde
•Created by _.Mass._ on 9/29/2024 in #💻┃support
Setting dark theme as default experience still serves light theme login page
Hi, like the title says, under the brand design settings page, I have selected dark as my default experience however I keep getting a light theme for my login and signup page. Am I understanding/using this setting correctly?
9 replies
KKinde
•Created by _.Mass._ on 2/15/2024 in #💻┃support
redirectTo home with search parameters encodes the ?
Hi, I am passing a redirectTo to app state that contains url search parameters but after login I am redirected to a url with the question mark encoded. I would expect the behaviour to be that I am correctly redirected to a route with search parameters.
redirects me to:
/%3Ffoo=bar
5 replies
KKinde
•Created by _.Mass._ on 2/6/2024 in #💻┃support
Using custom login page
Hi, I am trying to use a custom login page. I have my page implemented with a login button and on click event I am calling the kindeClient.login method passing the following options
My expectation from here according to the docs is that the user should see the kinde code verification page, however the behaviour I am getting is on first click the email is appended to my search params. If I then enter the email again in my input and click I then am redirected to the code verification page.
I am using this version of the javascript sdk
"@kinde-oss/kinde-auth-pkce-js": "^3.0.30"
. Is there anything I am missing or doing wrong?
Here are the docs I was following https://kinde.com/docs/authentication-and-access/custom-authentication-pages/#.
Thank you9 replies
KKinde
•Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
Hi, I am hitting this api to add a user to an organization https://kinde.com/api/docs/#add-organization-users and I am getting a 200. I try to list the users for that Organization right after, I am getting a list of user but the one I have just added is not in the list. Everything happens in the same function so I know I am listing the same org code. Could there possibly be an issue with this endpoint?
21 replies