hrutik_k
hrutik_k
CCConvex Community
Created by hrutik_k on 8/23/2024 in #support-community
convexAuth , nextJS google auth getting 404:not found error while click on the signIn
any clue ? I verified the docs but none of the things are working for me
11 replies
CCConvex Community
Created by hrutik_k on 8/23/2024 in #support-community
convexAuth , nextJS google auth getting 404:not found error while click on the signIn
bump
11 replies
CCConvex Community
Created by hrutik_k on 8/23/2024 in #support-community
convexAuth , nextJS google auth getting 404:not found error while click on the signIn
spelling is correct
11 replies
CCConvex Community
Created by hrutik_k on 8/23/2024 in #support-community
convexAuth , nextJS google auth getting 404:not found error while click on the signIn
verified this one too
11 replies
CCConvex Community
Created by hrutik_k on 8/23/2024 in #support-community
convexAuth , nextJS google auth getting 404:not found error while click on the signIn
import { convexAuthNextjsMiddleware } from "@convex-dev/auth/nextjs/server";

export default convexAuthNextjsMiddleware();

export const config = {
// The following matcher runs middleware on all routes
// except static assets.
matcher: ["/((?!.*\\..*|_next).*)", "/", "/(api|trpc)(.*)"],
};
import { convexAuthNextjsMiddleware } from "@convex-dev/auth/nextjs/server";

export default convexAuthNextjsMiddleware();

export const config = {
// The following matcher runs middleware on all routes
// except static assets.
matcher: ["/((?!.*\\..*|_next).*)", "/", "/(api|trpc)(.*)"],
};
11 replies
CCConvex Community
Created by hrutik_k on 8/23/2024 in #support-community
convexAuth , nextJS google auth getting 404:not found error while click on the signIn
here
11 replies
CCConvex Community
Created by Delveroff on 8/4/2024 in #support-community
ConvexAuth+Next.js: should I implement `/api/sign-in`?
done
55 replies
CCConvex Community
Created by Delveroff on 8/4/2024 in #support-community
ConvexAuth+Next.js: should I implement `/api/sign-in`?
but still facing same issue cc @Michal Srb
55 replies
CCConvex Community
Created by Delveroff on 8/4/2024 in #support-community
ConvexAuth+Next.js: should I implement `/api/sign-in`?
I fixed the middleware location as well as version
55 replies