Giter Site home page Giter Site logo

Comments (7)

robmcguinness avatar robmcguinness commented on June 26, 2024

does this happen on other endpoints?

from availity-ekko.

stout01 avatar stout01 commented on June 26, 2024

I have not experienced this on any other endpoints

from availity-ekko.

KaseyPowers avatar KaseyPowers commented on June 26, 2024

Playing around with this error. I thought it might be something in my json so I removed chunks until it worked. I think it is triggered instead by json files larger than some arbitrary threshold.

from availity-ekko.

robmcguinness avatar robmcguinness commented on June 26, 2024

Ekko uses Express and the compression middleware that has a threshold of 1k. i'm guessing the payloads with issue are the ones over 1k.

from availity-ekko.

robmcguinness avatar robmcguinness commented on June 26, 2024

It appears this issue is not within availity-ekko but a bug in availity-workflow proxy contextRewrite setting. When ekko responds with json, workflow tries to rewrite the URL within the body response to match the host. During this process, workflow ends up corrupting the response body for gzipped contents. By default any payload over 1k is gzipped (under 1k is not gzipped).

from availity-ekko.

robmcguinness avatar robmcguinness commented on June 26, 2024

Fixed Availity/availity-workflow@acc69af

from availity-ekko.

robmcguinness avatar robmcguinness commented on June 26, 2024

Fixes in v2.1.1. Please npm install availity-workflow@latest --save

from availity-ekko.

Related Issues (20)

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.