ecyrbe / zodios

typescript http client and server with zod validation
https://www.zodios.org/
MIT License
1.59k stars 44 forks source link

TypeError: cookies is not iterable #571

Closed moltar closed 5 months ago

moltar commented 6 months ago

Getting an error from a response that returns cookies:

TypeError: cookies is not iterable
    at get [headers map sorted] (node:internal/deps/undici/undici:1844:34)
    at node:internal/deps/undici/undici:1865:43
    at Headers Iterator.next (node:internal/deps/undici/undici:1108:26)
    at Headers.forEach (node:internal/deps/undici/undici:1873:31)
    at A (..../node_modules/@zodios/plugins/lib/chunk-ATHNQJJR.js:12:2023)
    at m (..../node_modules/@zodios/plugins/lib/chunk-ATHNQJJR.js:12:732)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async B.request (..../node_modules/@zodios/core/lib/index.js:18:6396)
    at main (..../tests/make-session.ts:91:16)
stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.