Public domain returns 404 despite service Active and responding internally
sebastian-996
FREEOP

an hour ago

My Strapi service is Active and responding correctly on port 8080 internally

(confirmed via console: node -e "require('http').get('http://localhost:8080/admin', r => console.log(r.statusCode))" returns 200).

However, the public domain returns a 404 "Not Found - the train has not arrived at the station" error, both from the browser and via curl/Invoke-WebRequest from my machine.

Steps already taken:

  • Verified domain points to correct port (8080)
  • Confirmed deployment is Active with no errors in Deploy Logs
  • Deleted the original domain and generated a new one from scratch — same 404 result
  • Checked Network Logs (HTTP tab) while hitting the public URL — no requests appear at all, suggesting traffic isn't reaching the service

Project: heartfelt-balance

Service: -aplj-cosmetics-cms

Domain tried: apljcosmetics-cms-production.up.railway.app

Solved$10 Bounty

Pinned Solution

You have a typo in your URL. It should be: aplj-cosmetics-cms-production.up.railway.app

8 Replies

Railway
BOT

an hour ago

This thread has been opened as a bounty so the community can help solve it.

Status changed to Open Railway about 1 hour ago


44 minutes ago

Make sure caching is off.

Also, have you tried redeploying the service?


sebastian-996
FREEOP

26 minutes ago

Yes, I already tried redeploying — same result (404).

I don't see any caching option enabled in the service's Networking settings. Where exactly should I check for that?


0x5b62656e5d

Make sure caching is off. Also, have you tried redeploying the service?

sebastian-996
FREEOP

25 minutes ago

Yes, I already tried redeploying — same result (404).

I don't see any caching option enabled in the service's Networking settings. Where exactly should I check for that?


25 minutes ago

The setting for CDN Caching is under the Edge section.


0x5b62656e5d

The setting for CDN Caching is under the Edge section.

sebastian-996
FREEOP

22 minutes ago

Checked — CDN Caching is already disabled (toggle is off). Still getting 404 on the domain.


0x5b62656e5d

The setting for CDN Caching is under the Edge section.

sebastian-996
FREEOP

21 minutes ago

Checked — CDN Caching is already disabled (toggle was off). Networking section also looks normal (single domain, correct port 8080). Still getting 404 on the public domain.


20 minutes ago

Try recreating the service.

Are you sure the service is Online and not in a Completed state or something else?


You have a typo in your URL. It should be: aplj-cosmetics-cms-production.up.railway.app


Status changed to Solved 0x5b62656e5d 19 minutes ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...