JWT verify value did not come out in NEXT JS client side but available in server side
Hello i tried to fetch some data from my API and i can confirm that there is no issue in the API and can see the value of data in my terminal in my VS code ( which i know it is in server side of next js, Correct me if im wrong) but the value did not shown in client side, if logged it it did not show in browser console. i fetch data from other endpoint of my API in it work if i did not use jwt for my data.