K
Kinde•2y 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_OP•2y ago
@Admin @ev sir please help me @Andre @ Kinde @VKinde 😦
teko96
teko96•2y ago
Encountering the same issue myself
SBlock_
SBlock_OP•2y ago
🥲
VKinde
VKinde•2y ago
Hey! Are you still facing this issue? Is this from you trying to log in?
adria3557
adria3557•2y 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•2y ago
No, not yet. Any luck from your side, @adria3557 ?
onderay
onderay•2y ago
@SBlock_ @adria3557 what Kinde SDK are you using?
viv (kinde)
viv (kinde)•2y 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_OP•2y ago
nextjs
viv (kinde)
viv (kinde)•2y 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_OP•2y 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•2y ago
@SBlock_ I got the same issue today. It was working fine yesterday.
SBlock_
SBlock_OP•2y ago
I've been trying since yesterday bro, but don't know when it will be fixed. No response yet 🥲
Gurmukh
Gurmukh•2y ago
Hopefully soon!!
Daniel_Kinde
Daniel_Kinde•2y ago
Hi all, quick update on this. We are actively looking into a fix. Can check something please? Are you running [email protected]?
SBlock_
SBlock_OP•2y ago
I have downloaded this version npm i @kinde-oss/kinde-auth-nextjs
SBlock_
SBlock_OP•2y ago
yes
No description
Daniel_Kinde
Daniel_Kinde•2y 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/[email protected] to see if this resolves the issue for you while a permanent fix is sorted?
SBlock_
SBlock_OP•2y ago
Everything is working absolutely fine with this version 1.8.25.
Daniel_Kinde
Daniel_Kinde•2y ago
Thanks for confirming, a possible fix has been identified.
Gurmukh
Gurmukh•2y ago
Thank you very much @Daniel_Kinde !!!
Daniel_Kinde
Daniel_Kinde•2y ago
HI @Gurmukh @SBlock_ , could one of you try npm i @kinde-oss/[email protected] 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_OP•2y ago
Now working in every provided version. Thank you so much!
Daniel_Kinde
Daniel_Kinde•2y ago
You're welcome, thank you for your patience and apolgies for any inconvenience.

Did you find this page helpful?