After including the _app.tsx file in my project to enclose it within a next-auth SessionProvider, I noticed that my project is not recognizing the _app.tsx file. Even after adding a div with an orange background in the _app.tsx file, it does not reflect in my project.
The _app.tsx file successfully resolved the error on the /dashboard page which was causing: [next-auth]: useSession
must be wrapped in a SessionProvider