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
Can I use Ivy in production?
How do I add support for files?
Error:
{ UnsupportedMediaTypeError: Unsupported content-type: multipart/form-data
at Object.parse (/var/projetos/sources/blog/node_modules/get-body/dist/index.js:52:27)
at /var/projetos/sources/blog/app/middleware/BodyParserMiddleware.js:4:16
at Pipe.next (/var/projetos/sources/blog/node_modules/ivyframework/src/Pipe/index.js:38:20)
at Pipe.then (/var/projetos/sources/blog/node_modules/ivyframework/src/Pipe/index.js:51:14)
at Function.goThroughMiddleware (/var/projetos/sources/blog/node_modules/ivyframework/src/Router/index.js:141:16)
at Router.resolveRoute (/var/projetos/sources/blog/node_modules/ivyframework/src/Router/index.js:90:37)
at Server.http.createServer (/var/projetos/sources/blog/node_modules/ivyframework/src/Server/index.js:13:25)
at emitTwo (events.js:126:13)
at Server.emit (events.js:214:7)
at parserOnIncoming (_http_server.js:619:12) message: 'Unsupported content-type: multipart/form-data' }
The text was updated successfully, but these errors were encountered:
Hello,
Can I use Ivy in production?
How do I add support for files?
Error:
{ UnsupportedMediaTypeError: Unsupported content-type: multipart/form-data
at Object.parse (/var/projetos/sources/blog/node_modules/get-body/dist/index.js:52:27)
at /var/projetos/sources/blog/app/middleware/BodyParserMiddleware.js:4:16
at Pipe.next (/var/projetos/sources/blog/node_modules/ivyframework/src/Pipe/index.js:38:20)
at Pipe.then (/var/projetos/sources/blog/node_modules/ivyframework/src/Pipe/index.js:51:14)
at Function.goThroughMiddleware (/var/projetos/sources/blog/node_modules/ivyframework/src/Router/index.js:141:16)
at Router.resolveRoute (/var/projetos/sources/blog/node_modules/ivyframework/src/Router/index.js:90:37)
at Server.http.createServer (/var/projetos/sources/blog/node_modules/ivyframework/src/Server/index.js:13:25)
at emitTwo (events.js:126:13)
at Server.emit (events.js:214:7)
at parserOnIncoming (_http_server.js:619:12) message: 'Unsupported content-type: multipart/form-data' }
The text was updated successfully, but these errors were encountered: