In my Next js project, I have used Next auth, which import {Provider} from \'next-auth/client\', and wrap the in _app.js.
import {Provider} from \'next-auth/client\'
Ho