You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@siman had issues with uploads; it turns out that if you set the correct CT, or something like application/octet-stream, uploads fail. If you set an empty CT, uploads succeed.
This isn't something we're checking, it's something express-openapi does. We'll have to figure out why it does that, and make it stop.
@siman had issues with uploads; it turns out that if you set the correct CT, or something like
application/octet-stream, uploads fail. If you set an empty CT, uploads succeed.This isn't something we're checking, it's something express-openapi does. We'll have to figure out why it does that, and make it stop.