pilcrowonpaper / arctic

OAuth 2.0 clients for popular providers
MIT License
976 stars 60 forks source link

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

Closed francelwebdev closed 3 months ago

francelwebdev commented 3 months ago

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

pilcrowonpaper commented 3 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 3 months ago

I just follow the doc.

francelwebdev commented 3 months ago

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

Thanks