daemon
daemon
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
No description
20 replies
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
ah
20 replies
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
I know it's a 2 year old template and there's prob been some changes to the port autodetection or something
20 replies
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
might I suggest in the official template including an nginx.conf that is set to port 80 by default?
20 replies
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
thanks!
20 replies
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
and that did the trick
20 replies
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
the dockerfile is just
FROM nginx:alpine
COPY site /usr/share/nginx/html
FROM nginx:alpine
COPY site /usr/share/nginx/html
20 replies
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
right, I meant that. I've just set env var PORT to 80, nginx's default, let's try that
20 replies
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
(woops, curl http://... yields 503, which sounds right, but still not loading the website)
20 replies
RRailway
Created by daemon on 1/17/2024 in #✋|help
Nginx starter template not responding
workflow-demo-frontend-production.up.railway.app
20 replies
RRailway
Created by daemon on 7/4/2023 in #✋|help
Private networking services double-route requests
my probelmatic repo was created before private networking rollout while the test repo is made after. there's no way that should affect it right?
26 replies
RRailway
Created by daemon on 7/4/2023 in #✋|help
Private networking services double-route requests
cdeb5710-474b-4115-ac27-9fed132f4ffd is a project which should be a minimal reproduction but so far is behaving properly. so now, maybe it's a problem in my code. need to continue to investage
26 replies
RRailway
Created by daemon on 7/4/2023 in #✋|help
Private networking services double-route requests
ok - I can't reproduce with a minimal example. What I saw earlier was that requests were being actioned twice and hypothesized that it was because multiple versions of the PR envs were alive. I remember seeing logs from the PR env instances of Bob noting that they were doing work. However those PR envs have been closed now and I don't have those logs anymore.
26 replies
RRailway
Created by daemon on 7/4/2023 in #✋|help
Private networking services double-route requests
26 replies
RRailway
Created by daemon on 7/4/2023 in #✋|help
Private networking services double-route requests
ack --- let me create the reproduction, I agree that it's confusing me as well 🙂
26 replies
RRailway
Created by daemon on 7/4/2023 in #✋|help
Private networking services double-route requests
the react native app does not live on railway (ios on device). it talks to alice via public internet on a fixed url. alice talks to bob via a fixed url, but because alice is public internet, and we are targeting the staging alice in the app (not the pr alice), each request should only be processed once. i'm going to try and replicate again and can try to set up a minimal reproduction
26 replies
RRailway
Created by daemon on 7/4/2023 in #✋|help
Private networking services double-route requests
hm, I willl look more today but that is a bit confusing to me too -- the pr env's frontend has a nextjs-repo-pr-95.up.railway.app url. we have a react native app which shuold not be hitting that particular URL, so the PR frontends are actually not supposed to be receiving any traffic
26 replies
RRailway
Created by daemon on 7/4/2023 in #✋|help
Private networking services double-route requests
a52f72a9-aa58-47ed-a28d-64a3661edb93
26 replies
RRailway
Created by daemon on 6/27/2023 in #✋|help
intra-pod latency
Thank you - this was actually quite helpful to show the proper url: http (not https, no tls handshake!) and referencing a specific port. Private networking is super helpful for us, thank you!
22 replies
RRailway
Created by daemon on 6/27/2023 in #✋|help
intra-pod latency
im just confused by the dns cache then
22 replies