- Insomnia Version: 6.6.2
- Operating System: macOS
Details
[Bug]
The generated fetch snippet is outputted as an object. The fetch API only accepts stringified values, at least with the "application/json" content type. This switch results in HTTP endpoints being passed [Object object], instead of the actual body.