Chop
Chop
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
That fixed it. Thanks!
22 replies
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
oh wait I had a extra {
22 replies
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
gotcha thanks for clarifying... I've updated the code to use variables and its having the same error :/
22 replies
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
is it a different id maybe?
22 replies
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
It seems like serviceConnect needs a Id to know what to deploy... Sadly since serviceCreate is errorring its not returning any ids 😦
22 replies
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
We just noticed today
22 replies
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
It was working with one call before. Did you guys intentionally disable that?
22 replies
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
is there any way we can do this in one call?
22 replies
RRailway
Created by Chop on 12/29/2023 in #✋|help
Creating service with railway api doesn't deploy properly anymore
001efb46-b92f-4a5f-935d-49a81a52755e
22 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
just took a second... Thanks for your help 🙏
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
OH wait its working now!
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
@Brody same same 😦
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
same as the one I posted above, sorry for the lack of context 😂
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
"run-node-live": "hardhat node --hostname 0.0.0.0 --port 80"
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
I run it locally and its listening on port 80
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
hardhat node --hostname 0.0.0.0 --port 80
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
yes it does
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
image for reference
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
FROM node:16.10.0

WORKDIR /home/node/app

COPY ./ ./
RUN npm ci

EXPOSE 80

CMD ["npm", "run", "run-node-live"]
FROM node:16.10.0

WORKDIR /home/node/app

COPY ./ ./
RUN npm ci

EXPOSE 80

CMD ["npm", "run", "run-node-live"]
35 replies
RRailway
Created by Chop on 11/25/2023 in #✋|help
deploy docker image failing with no logs or build logs. Container build and runs fine locally
Am I doing it incorrectly?
35 replies