Reactjs – cookies not send to external api in nextjs 14 server component
I use nextjs 14. In the dashboard root of the layout file, which is a server component, I make a get request to the api developed with .net. The root of the problem is that the cookies set by .net…