Hello <@498057949541826571> can you give me your o...
# general
k
Hello @rp_st can you give me your opinion on using
nextjs + 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