khanprog
12/29/2023, 6:06 AMnextjs + graphql
with pages router
I am doing the setup according to the docs one thing I want to understand about the SessionAuth
component when I use is individually in each page it works fine but when put in the `_app.jsx `file itself the UI doesn't show up and I guess thats because of the redirecting multiple times. How can I make sure that I only have one SessionAuth
and it wraps all the routes in the app? any kind of help will be appreciated