Relative Content

Tag Archive for authenticationcookiesnext.js13

Retrieving cookie in service (API functions) folder in NextJS 14

I am using NextJS I have been struggled with this problem for quite some time. Essentially, I want to sepearte logic and UI in my project. I want to only paste in the necessary parameters (e.g. methods, URL, and body) in the component and the service folder is where it actually makes the fetch call and handles the logic.