Mark Mendoza

Results 3 comments of Mark Mendoza

``` session: { // Set to jwt in order to CredentialsProvider works properly strategy: 'jwt' } ``` Thank you so much it works perfectly!!!

Hey im having this problem as well the user is authenticated i'm seeing a next-auth.session-token on cookies as well but when i try to request GET on getServerSideProps it will...

Hi @ParidV Yes i think i found my answers already but not 100% sure. It works on client-side because getSession works on client-side requests. if you do a request on...