Not able to set cookies correctly in next js front end app using Fast APIs
Back end is developed using python Fast APIs and running on http://127.0.0.1:9000. Front end is developed using typescript NextJS framework (v 14.2.3) and running on http://localhost:3000. Opted App Router and app directory. Using axios library to call APIs. I am trying to set cookies from API in front end app which is running in different […]