Git Product home page Git Product logo

Comments (8)

Viv-Rajkumar avatar Viv-Rajkumar commented on June 18, 2024

Anyone with the same issue:

Workaround I used was to switch app.js L51

from: payload = req.body.payload,

to: payload = JSON.stringify(req.body),

I did this where pod was installed: /usr/local/libs/node_modules/pod/web/app.js

then run pod web stop and pod web start and should resolve the issue.

from pod.

maxdeviant avatar maxdeviant commented on June 18, 2024

@Viv-Rajkumar Your solution worked for me as well 👍

I'm sending a PR to see if we can get this fixed.

from pod.

cpius avatar cpius commented on June 18, 2024

I've made the same pull request, but I've also adapted the tests to the changed web hook format from github.

from pod.

maxdeviant avatar maxdeviant commented on June 18, 2024

@cpius Excellent! I'll close mine out and 👍 yours.

from pod.

xoorath avatar xoorath commented on June 18, 2024

Hey, I'm still getting this issue in 0.7.7
Has the fix not been integrated? If not - is there a workaround for a normal user flow? I'm not even sure where the web app is installed by default...

-- edit:
scratch that, I don't read very well. As @maxdeviant (hey buddy!) mentioned it's at
/usr/local/lib/node_modules/pod/web/app.js

only slightly different as it's lib not libs in my path.

from pod.

maxdeviant avatar maxdeviant commented on June 18, 2024

It looks like the npm package hasn't been updated since the PR (#29) got merged.

730edcf

from pod.

maxdeviant avatar maxdeviant commented on June 18, 2024

@yyx990803 Could we get a bump to 0.7.8 to push the webhook fix?

from pod.

yyx990803 avatar yyx990803 commented on June 18, 2024

Fix included in 0.8.0.

from pod.

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.