Returning false from isAuthenticated because Error: {"code":"NoAuthProvider","message":"No auth provider found matching the given token. Check that your JWT's issuer and audience match one of your configured providers: [OIDC(domain=https://localhost:3211, app_id=convex)]"}
at async isAuthenticated (../../../src/nextjs/server/index.tsx:306:11)
at async (website/middleware.ts:13:28)
at async (../../../src/nextjs/server/index.tsx:227:8)
11 |
12 | export default convexAuthNextjsMiddleware(async (request, { convexAuth }) => {
> 13 | const isAuthenticated = await convexAuth.isAuthenticated();
| ^
14 |
15 | // Handle root page routing with rewrite
16 | if (isRootPage(request)) { {
}
Returning false from isAuthenticated because Error: {"code":"NoAuthProvider","message":"No auth provider found matching the given token. Check that your JWT's issuer and audience match one of your configured providers: [OIDC(domain=https://localhost:3211, app_id=convex)]"}
at async isAuthenticated (../../../src/nextjs/server/index.tsx:306:11)
at async (website/middleware.ts:13:28)
at async (../../../src/nextjs/server/index.tsx:227:8)
11 |
12 | export default convexAuthNextjsMiddleware(async (request, { convexAuth }) => {
> 13 | const isAuthenticated = await convexAuth.isAuthenticated();
| ^
14 |
15 | // Handle root page routing with rewrite
16 | if (isRootPage(request)) { {
}