K
Kinde•5mo ago
SBlock_

The specified organization could not be found.

is somebody help me with this 🥲 using kinde for the first time !
No description
26 Replies
SBlock_
SBlock_•5mo ago
@Admin @ev sir please help me @Andre @ Kinde @VKinde 😦
teko96
teko96•5mo ago
Encountering the same issue myself
SBlock_
SBlock_•5mo ago
🥲
VKinde
VKinde•5mo ago
Hey! Are you still facing this issue? Is this from you trying to log in?
adria3557
adria3557•5mo ago
I have the same issue Somebody can help me? @SBlock_ @teko96 did you solved the problem? Yes, this is when you trying to log in or register
teko96
teko96•5mo ago
No, not yet. Any luck from your side, @adria3557 ?
onderay
onderay•5mo ago
@SBlock_ @adria3557 what Kinde SDK are you using?
viv (kinde)
viv (kinde)•5mo ago
Hey there! This err would occur if you've populated org_code and it doesn't match your actual organization's code - can I check if you've added anything in there / would be able to send through your auth url (rming anything sensitive), thanks!
SBlock_
SBlock_•5mo ago
nextjs
viv (kinde)
viv (kinde)•5mo ago
Hey @SBlock_ - if you go through the sign up / sign in flow again w/the network tab open - there should be a url that looks something like https://test.kinde.com/oauth2/auth?response_type=code&prompt=login&client_id=123&redirect_uri=http://localhost:3000/dashboard&scope=openid%20profile%20email&state=some_random_state&org_code=123
SBlock_
SBlock_•5mo ago
@viv (kinde) null
import { handleAuth } from "@kinde-oss/kinde-auth-nextjs/server";
import { NextRequest } from "next/server";

export async function GET(request: NextRequest, { params }: any) {
const endpoint = params.kindeAuth;
return handleAuth(request, endpoint);
}
import { handleAuth } from "@kinde-oss/kinde-auth-nextjs/server";
import { NextRequest } from "next/server";

export async function GET(request: NextRequest, { params }: any) {
const endpoint = params.kindeAuth;
return handleAuth(request, endpoint);
}
Gurmukh
Gurmukh•4mo ago
@SBlock_ I got the same issue today. It was working fine yesterday.
SBlock_
SBlock_•4mo ago
I've been trying since yesterday bro, but don't know when it will be fixed. No response yet 🥲
Gurmukh
Gurmukh•4mo ago
Hopefully soon!!
Daniel_Kinde
Daniel_Kinde•4mo ago
Hi all, quick update on this. We are actively looking into a fix. Can check something please? Are you running kinde-auth-nextjs@1.9.1?
SBlock_
SBlock_•4mo ago
I have downloaded this version npm i @kinde-oss/kinde-auth-nextjs
SBlock_
SBlock_•4mo ago
yes
No description
Daniel_Kinde
Daniel_Kinde•4mo ago
This could be a regression from the 1.9.x released which added support for the login_hint parameter. Could you try downgrading 1.8.25 npm i @kinde-oss/kinde-auth-nextjs@1.8.25 to see if this resolves the issue for you while a permanent fix is sorted?
SBlock_
SBlock_•4mo ago
Everything is working absolutely fine with this version 1.8.25.
Daniel_Kinde
Daniel_Kinde•4mo ago
Thanks for confirming, a possible fix has been identified.
Gurmukh
Gurmukh•4mo ago
Thank you very much @Daniel_Kinde !!!
Daniel_Kinde
Daniel_Kinde•4mo ago
HI @Gurmukh @SBlock_ , could one of you try npm i @kinde-oss/kinde-auth-nextjs@1.9.2 and let me know how you get on? It also appears that npm flagged 1.9.1 as the latest release, if you're wanting to use our latest version, please update to 2.1.7
SBlock_
SBlock_•4mo ago
Now working in every provided version. Thank you so much!
Daniel_Kinde
Daniel_Kinde•4mo ago
You're welcome, thank you for your patience and apolgies for any inconvenience.