Issues with Cookies Not Appearing in Browser for GraphQL Requests Across Microservices
Issue with Cookies in Local Development Hi everyone, I have two microservices: Auth (using GraphQL Yoga) and Gateway (using GraphQL Mesh). The services are deployed locally on ports 3000 and 4000 respectively. When I navigate to http://localhost:3000/graphql and perform a mutation request, cookies appear in the browser as expected. However, when I perform the same […]