daemon
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 investage26 replies
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
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
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 traffic26 replies