steven-tey / precedent

An opinionated collection of components, hooks, and utilities for your Next.js project.
https://precedent.dev
MIT License
4.65k stars 406 forks source link

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

Open MincePie opened 11 months ago

MincePie commented 11 months ago

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