jax Posted April 27, 2021 Posted April 27, 2021 I have successfully completed the node.js tutorial. I am trying to deploy an express app, and after reading another expressJS ticket I also tried putting the app in a subdomain titled express.jax.heliohost.us. The app folder is at the path - home/jax/node/riddleAdventure. The app url is - express.jax.heliohost.us/riddleadventure. The app has been registered using application manager. Dependencies have been ensured. Yet, the same express-related 'Cannot GET' error is displayed when I visit the url. Please advise, thanks very much! - Jax
Luigi123 Posted April 27, 2021 Posted April 27, 2021 This is Krydos question and he will be happy to assist you with this. Escalating
Krydos Posted April 27, 2021 Posted April 27, 2021 Well, like I said in the other thread that you read, express doesn't like being in a subdirectory. So I edited your application manager, and instead of having it in the /riddleadventure/ subdirectory I moved to to / and it works now https://express.jax.heliohost.us/homepage/home
Recommended Posts