#Deployment Issues

3 messages · Page 1 of 1 (latest)

errant tundra
#

Hey folk, I am having some trouble with a deployment.
I am trying to deploy this git hub repo (https://github.com/YisroelArnson/arnson_wedding_decor). I am only deploying the API folder.
The logs seem to indicate that the server started correctly. However, when I open the link, or try to make a request from the url using postman, I get the "application error" error. I set up the port in the environment variables. I am deploying with node.js. I am trying to get railway to host my API. The code works great locally. But not once I deploy it. It seems to deploy and build fine, but when I open up the page, I get the application error.
Here is a link to the deployment (https://arnsonweddingdecor-production.up.railway.app/)

This is the output of the deploy logs:
npm WARN config production Use --omit=dev instead.

[email protected] start
nodemon server.js
[nodemon] 2.0.20
[nodemon] to restart at any time, enter rs
[nodemon] watching path(s): .
[nodemon] watching extensions: js,mjs,json
[nodemon] starting node server.js
3001
Connected to DB

summer gullBOT
#

Project ID: 39c57aeb-9dbd-480c-8748-537c112188cd

#

It appears that the issue is related to a missing slashcommand.py file and the need to abort the process.