Giter VIP home page Giter VIP logo

Comments (6)

germanattanasio avatar germanattanasio commented on August 23, 2024

@Skittles-Cosmo can you pull the logs from the running app?

bx cf logs --recent <app-name>

from assistant-simple.

carloscasen avatar carloscasen commented on August 23, 2024

Hi, we are having the same issue, where you have the bluemix services(london, frankfurt, ...)if you have some news about it, post it please!

from assistant-simple.

julen9 avatar julen9 commented on August 23, 2024

Same problem in my projects, and no errors are logged in the log when 502 error are showed. I think that is an error of IBM Cloud platform, because everything is working fine in other arquitectures (localhost, raspberry Pi...). We are in touch!

from assistant-simple.

carloscasen avatar carloscasen commented on August 23, 2024

Hi guys, finally i have the solution of this. bluemix deploy nodeJS apps in v6.15.0 but unfortunally this is not very stable. the solution for this is force de version of node in the bluemix, this is easy writting this lines in the package.json of the aplication :
"engines" : { "node" : "6.14.4" }, "engineStrict" : true,
the node v6.14.4 is stable and your app run perfectly in bluemix.

Regards

from assistant-simple.

stevenpkg avatar stevenpkg commented on August 23, 2024

@germanattanasio @carloscasen I can confirm that enforcing node 6.14.4 fixes the 502 errors

from assistant-simple.

Skittles-Cosmo avatar Skittles-Cosmo commented on August 23, 2024

@carloscasen thanks. That worked for me.

from assistant-simple.

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.