7 months ago
Hi,
I upgraded from trial > hobby today and now my Shopify app is getting
Not Found
The train has not arrived at the station.
Please check your network settings to confirm that your domain has provisioned.
If you are a visitor, please let the owner know you're stuck at the station.
Request ID:
KrcWJ3O9TIyBy8_F9I3ezw
This was working fine, it got reviewed and approved by Shopify. It was working in my test stores and my production Shopify store. No changes have been made, but it looks like my web project is failing, not sure what is happening, but here are the logs.
Any help would be appreciated.
Thanks
✓ 1503 modules transformed.
Generated an empty chunk: "webhooks.app.scopes_update".
Generated an empty chunk: "webhooks.app.uninstalled".
Generated an empty chunk: "webhooks.products.create".
Generated an empty chunk: "webhooks.products.delete".
Generated an empty chunk: "webhooks.products.update". Generated an empty chunk: "api.carrier-service".
Generated an empty chunk: "auth._".
rendering chunks...
computing gzip size...
build/client/.vite/manifest.json 9.46 kB │ gzip: 1.23 kB
build/client/assets/route-TqOIn4DE.css 0.76 kB │ gzip: 0.35 kB
build/client/assets/styles-BeiPL2RV.css 444.11 kB │ gzip: 52.26 kB
build/client/assets/webhooks.app.scopes_update-l0sNRNKZ.js 0.00 kB │ gzip: 0.02 kB
build/client/assets/webhooks.app.uninstalled-l0sNRNKZ.js 0.00 kB │ gzip: 0.02 kB
build/client/assets/webhooks.products.create-l0sNRNKZ.js 0.00 kB │ gzip: 0.02 kB
build/client/assets/webhooks.products.delete-l0sNRNKZ.js 0.00 kB │ gzip: 0.02 kB
build/client/assets/webhooks.products.update-l0sNRNKZ.js 0.00 kB │ gzip: 0.02 kB
build/client/assets/api.carrier-service-l0sNRNKZ.js 0.00 kB │ gzip: 0.02 kB
build/client/assets/auth._-l0sNRNKZ.js 0.00 kB │ gzip: 0.02 kB
build/client/assets/banner-context-DB-sVgHq.js 0.08 kB │ gzip: 0.10 kB build/client/assets/context-DQW9MKik.js 0.12 kB │ gzip: 0.11 kB build/client/assets/List-adV1dei9.js 0.50 kB │ gzip: 0.32 kB build/client/assets/route-CfUq3d9y.js 0.89 kB │ gzip: 0.53 kB
build/client/assets/FormLayout-CUYruoEc.js 0.96 kB │ gzip: 0.53 kB
build/client/assets/route-B9uRWNUn.js 1.55 kB │ gzip: 0.64 kB build/client/assets/root-LmMpUWpO.js 1.57 kB │ gzip: 0.90 kB
build/client/assets/TitleBar-BFPCFVJV.js 1.63 kB │ gzip: 0.59 kB
build/client/assets/app.additional-Dze7I6ht.js 2.32 kB │ gzip: 1.04 kB
build/client/assets/entry.client-oaXIIOZ4.js 3.90 kB │ gzip: 1.49 kB
build/client/assets/styles-8LCMlnqS.js 5.95 kB │ gzip: 2.46 kB build/client/assets/jsx-runtime-CTPBLQsX.js 7.75 kB │ gzip: 2.95 kB build/client/assets/app.security-CcddTIZR.js 9.80 kB │ gzip: 2.68 kB build/client/assets/privacy-policy-COzm16D3.js 10.41 kB │ gzip: 2.79 kB
build/client/assets/app.settings-DK9WDd-n.js 12.30 kB │ gzip: 4.20 kB build/client/assets/app.instructions-BXGNdnhQ.js 12.81 kB │ gzip: 3.63 kB build/client/assets/terms-of-service-BSKv2yJH.js 14.22 kB │ gzip: 3.71 kB
build/client/assets/Modal-D8gj9Xo7.js 19.04 kB │ gzip: 6.63 kB
build/client/assets/Toast-JnDj_vql.js 20.86 kB │ gzip: 6.87 kB
build/client/assets/app-FiALUSlx.js 46.44 kB │ gzip: 15.34 kB
build/client/assets/Page-DbAAKCg1.js 88.49 kB │ gzip: 27.14 kB
build/client/assets/app._index-BTMEBa7K.js 93.13 kB │ gzip: 27.04 kB
build/client/assets/components-Pw5jV5Hn.js 113.93 kB │ gzip: 37.19 kB
build/client/assets/index-CfoOZyWL.js 135.37 kB │ gzip: 43.60 kB
build/client/assets/context-CiH2ebqc.js 151.78 kB │ gzip: 17.07 kB
✓ built in 5.88s
vite v6.3.5 building SSR bundle for production...
transforming...
✓ 34 modules transformed.
rendering chunks...
build/server/.vite/manifest.json 0.45 kB build/server/assets/server-build-TqOIn4DE.css 0.76 kB
build/server/assets/styles-BeiPL2RV.css 444.11 kB
build/server/index.js 189.93 kB
✓ built in 392ms
[8/8] RUN npm run build
9 sec
exporting to docker image format
exporting to image
importing to docker
[auth] sharing credentials for production-us-west2.railway-registry.com
[auth] sharing credentials for production-us-west2.railway-registry.com
0 ms
importing to docker
8 sec
Build time: 85.18 seconds
=========================
Container failed to start
=========================
The executable host=0.0.0.0 could not be found.
2 Replies
7 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
7 months ago
Root cause
Your Start Command is wrong. It begins with host=0.0.0.0 …, so Railway tries to run an executable literally named host=0.0.0.0 and the container never starts. That’s why you see “The train has not arrived at the station.”
---
Fix (do all 3):
1. Start Command = just your app, no env-var prefix. Example:
npm run start(ornode server/index.js, whatever your package.json expects).Then Redeploy.
---
2. Bind correctly in code so Railway can reach it: listen on 0.0.0.0 and process.env.PORT. Example (Node/Express):
js
const port = process.env.PORT || 3000;
app.listen(port, '0.0.0.0');Don’t set a PORT env yourself; Railway injects it.
---
3. If your framework needs HOST, set it via Variables (e.g., HOST=0.0.0.0) instead of prefixing the command. Then redeploy.
---
Sanity check
bash
curl -I https://<your-railway-domain>/You should get a 200/3xx. If not, paste the first error from the latest deployment logs.