Dylan-The-Villian
Dylan-The-Villian
RRailway
Created by Dylan-The-Villian on 10/8/2023 in #✋|help
Railway unable to connect to linked database
No description
27 replies
RRailway
Created by Dylan-The-Villian on 9/19/2023 in #✋|help
How can I add a json file to my mongoDB with railway?
I have a json file containing all of the record my project needs, it is called sectorA I want to add this to the database. I have been trying to use this command
mongoimport --jsonArray --db Sectors --collection sector --file sectorA.json
mongoimport --jsonArray --db Sectors --collection sector --file sectorA.json
My termnial is telling me my command is: SyntaxError: Missing semicolon. (1:14) but when I add a semicolon the error just moves forward a place. What am I missing here? Here is my project ID: b741e4ae-cac8-410f-a15a-be6e2551fa96
20 replies
RRailway
Created by Dylan-The-Villian on 9/10/2023 in #✋|help
Bun 1.0 on railway
I am spinning up a simple bun app with 1 file in it. But for some reason all of my builds are failing. I am using bun build ./index.tsx --outdir ./build from bun's documentation to build. This is my service ID: b741e4ae-cac8-410f-a15a-be6e2551fa96 Any help would be appreciated.
74 replies