Coder Social home page Coder Social logo

Comments (4)

niftylettuce avatar niftylettuce commented on May 24, 2024 2

I've fixed this in v2.0.0. Please install this version:

npm install koa-better-error-handler@latest

or

yarn add koa-better-error-handler@latest

This version has a patch in place so that if ctx.api = true, by default the content type returned in responses will be application/json instead of text/plain, as you had noted in your bug report.

from koa-better-error-handler.

niftylettuce avatar niftylettuce commented on May 24, 2024

from koa-better-error-handler.

erwan690 avatar erwan690 commented on May 24, 2024

i do but it still return text
Content-Type | text/plain

this is set

app = new Koa()
    app.context.onerror = errorHandler
    app.context.api = true
    app.use(cors())
      .use(bodyParser())
      .use(methodOverride())
      .use(compression())
      .use(koa404Handler)
      .use(swaggerMiddleware)
      .use(router.routes())

this on the route

router.get('/400', ctx => {
    ctx.api = true
    ctx.throw(Boom.badRequest())
  })

this respond is json
image

but
Content-Type is text/plain
image

from koa-better-error-handler.

jozsi avatar jozsi commented on May 24, 2024

Same here. I am setting the api flag on the app context:
app.context.api = true;

from koa-better-error-handler.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.