Auly
Auly
RRailway
Created by Auly on 5/31/2023 in #✋|help
mongodb's collections data can't display on my webpage.
After import a json file, collections have a contacts . when I use "docker run" command, my localhost/contacts don't display any data.
39 replies
RRailway
Created by Auly on 5/30/2023 in #✋|help
import .json to Mongodb
I use mongoimport command to import a json file to my mongodb. prompt me type a user name. where can I find it? On railway, I only see a window to write json, but can't to import json file.
23 replies
RRailway
Created by Auly on 5/30/2023 in #✋|help
Can't find any database in variables.
16 replies
RRailway
Created by Auly on 5/30/2023 in #✋|help
Failed to fetch
When I login, error message shows: "Failed to fetch".
13 replies
RRailway
Created by Auly on 5/30/2023 in #✋|help
failed with status 404
I deploy with a dockerfile, get error message:" failed with status 404. Continuing to retry for 57s Request: 10.10.10.12:47636 0x7f6fec000c10 HTTP/1.1 GET /health Response: 0x7f6fec000c10 /health 404 0". How can I solve it?
14 replies
RRailway
Created by Auly on 5/29/2023 in #✋|help
Build failed
When "Publishing Image" show "Build failed". I don't know why? Dockerfile:
FROM docker.io/auly/hello_crow
WORKDIR /usr/src/cppweb/hello_crow/build
CMD ["./hello_crow"]
FROM docker.io/auly/hello_crow
WORKDIR /usr/src/cppweb/hello_crow/build
CMD ["./hello_crow"]
logs show:unable to start container process: exec: "./hello_crow" . Why?
8 replies
RRailway
Created by Auly on 5/28/2023 in #✋|help
Could not find root directory: /usr/src/cppweb/hello_crow/build
In /mnt/c/Users/Auly/Desktop/cppweb/hello_crow derectoty, I use "railway init" , "railway link", "railway up". Then "build failed". And I have built image. How can I push Docker image to deploy railway app?
4 replies