pilcrowonpaper / arctic

OAuth 2.0 clients for popular providers
MIT License
1.11k stars 65 forks source link

TypeError: RequestInit: duplex option is required when sending a body #149

Closed francelwebdev closed 4 months ago

francelwebdev commented 4 months ago

Screenshot from 2024-06-30 16-30-45

pilcrowonpaper commented 4 months ago

That's... weird. I believe the duplex stuff is when you send ReadableStream in fetch(), but we don't use ReadableStream

francelwebdev commented 4 months ago

I just follow the doc.

francelwebdev commented 4 months ago

@pilcrowOnPaper I tried with the next version of arctic arctic@next and it works fine now with no errors.

Thanks