You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to use withMiddlewareAuthRequired by import { useUser } from '@auth0/nextjs-auth0/edge' but Cannot find module @auth0/nextjs-auth0/edge or its corresponding type declarations.
In previous versions we were able to do
import { UserProfile, useUser } from '@auth0/nextjs-auth0/client'
Reproduction
import withMiddlewareAuthRequired
Additional context
No response
nextjs-auth0 version
4.0.0-beta.7
Next.js version
14.2.17
Node.js version
22.11.0
The text was updated successfully, but these errors were encountered:
Checklist
Description
I would like to be able to use withMiddlewareAuthRequired by import { useUser } from '@auth0/nextjs-auth0/edge' but Cannot find module @auth0/nextjs-auth0/edge or its corresponding type declarations.
In previous versions we were able to do
import { UserProfile, useUser } from '@auth0/nextjs-auth0/client'
Reproduction
import withMiddlewareAuthRequired
Additional context
No response
nextjs-auth0 version
4.0.0-beta.7
Next.js version
14.2.17
Node.js version
22.11.0
The text was updated successfully, but these errors were encountered: