Deploying angular app
blokkies48
PROOP

a year ago

Hi it indicates that the server is running and everything is successful, but I am getting a 502 when viewing the page. IDK might it be a propagation issue or am I doing something wrong with my deployment? This is my first time deploying an angular project.

URL: https://jsonkeyfinder.up.railway.app/
REPO: https://github.com/blokkies48/json_key_finder
Build command: npm install && npm run build --prod
Start command: npx http-server dist/json-key-finder

Deploy logs output.

Starting Container

npm warn config production Use --omit=dev instead.

Starting up http-server, serving dist/json-key-finder

http-server version: 14.1.1

http-server settings:

CORS: disabled

Cache: 3600 seconds

Connection Timeout: 120 seconds

Directory Listings: visible

AutoIndex: visible

Serve GZIP Files: false

Serve Brotli Files: false

Default File Extension: none

Available on:

http://127.0.0.1:8080

http://10.250.20.215:8080

Hit CTRL-C to stop the server

Apologies if the site is running when you check it

Solved

2 Replies

blokkies48
PROOP

a year ago

Nevermind it was my damn port on the url had to be 8080 ffs. lol


Great to hear lol

Marking as solved.


Status changed to Awaiting User Response Railway about 1 year ago


Railway
BOT

7 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 7 months ago


Loading...