Help with Effect HTTP API and Client Cookie Handling

is there an "advanced" example with an effect http api and a client built from this http (with react or whatever js lib or vanilla) that uses HttpApiMiddleware with cookie?
I'm struggling to set it up to have the cookie sent back to the client, and then the client sending this cookie to the api, I'm following most of this guide https://github.com/Effect-TS/effect/blob/main/packages/platform/README.md#implementing-httpapisecurity-middleware
but after a first endpoint sending me a response with the set-cookie header, the next requests do not seem to have the cookie sent, the middleware implementation always have an empty string
Was this page helpful?