K
Kinde7mo ago
JJ

sign out

Hey there. I'm trying out Kinde and it has been going great. I have a problem signing out users though. Im using Remix, so i use a library for handling the oauth process. I have followed your (https://kinde.com/docs/developer-tools/using-kinde-without-an-sdk/#signing-out-your-users) documentation but it fails whenever i redirect to the signout-url giving me this error page: "404 Not Found Error We couldn't find the page you were looking for. This may be because: There is an error in the URL entered into your web browser. Please check the URL and try again. You don’t have permission to access this page. The page you are looking for has been moved or deleted." You have any idea how i might be able to fix this? 🙂 I am currently blocked logging in with a new user, because the session is still active on Kinde. Cheers
Kinde Docs
Using Kinde without an SDK - Developer tools - Help center
Our developer tools provide everything you need to get started with Kinde.
2 Replies
JJ
JJ7mo ago
If i call this: https://<your_kinde_subdomain>.kinde.com/logout without redirect paramter it works fine, but then my user is not redirected back to my application These are my allowed logout redirect URLs. http://localhost:3000/auth/callback localhost:3000/auth/callback
VKinde
VKinde7mo ago
Have you followed the steps mentioned in this specific section? : https://kinde.com/docs/developer-tools/using-kinde-without-an-sdk/#handling-the-callback Can you double check and see if the above 2 links you posted as your callbacks are accessible in your localhost instance? If they are, can you check your .env and your Kinde App/Portal settings to see if your appolication matches those callback URLs?
Kinde Docs
Using Kinde without an SDK - Developer tools - Help center
Our developer tools provide everything you need to get started with Kinde.