Been trying to deploy a nextjs project and having ...
# help
o
Been trying to deploy a nextjs project and having trouble getting auth0 working. Currently using the nextjs-auth0 module with the default [...auth].js file in the /pages/api/auth/ directory. Is there a specific way to configure auth0 when using nextjs?
t
Make sure you deploy with next 11. 12 is not supported yet.
f
Hi @O'Dell Sallis, did pinning nextjs to v11 work?