Is Anyone already use UseUser from auth helper react and nextjs

Hello,

When I login, and get redirect I get a call to api/auth/user to get the user back but the problem is this first call after login come back with status 304, and I don't get the data

When I leave the page and comeback I do get another call with status 200 and the data.

I really don't understand why I have this 302 blocking user data for coming back.

Do you have any idea of the cause of this problem ?
Was this page helpful?