steven-tey / precedent

An opinionated collection of components, hooks, and utilities for your Next.js project.

Home Page:https://precedent.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication - Uncaught TypeError: Cannot read properties of null (reading 'textContent')

MincePie opened this issue · comments

commented

Im trying to use this template with LinkedIn as the auth provider.

When I plug it in, I get an error message from linked in that says 'bummer, something went wrong' and a console error that says:

Uncaught TypeError: Cannot read properties of null (reading 'textContent')

Can anyone help to find instructions for how to solve for this? I can't find an auth docs page in the app router section of the nextjs docs.

thank you