R
Railway

✋|help

Help setting up a monorepo

Eentiger8/25/2023
I'm getting this error when deploying my project. I made sure no other deployments are running, but that does not help.
Eentiger8/25/2023
Project ID: 2be2441e-29e4-4499-b3c0-5fdf32556887
help
how do I close an issue?
ticket
Bbrody1928/25/2023
@entiger - have you solved your problem?
Eentiger8/25/2023
yup!
however I'm having an issue with the fullstack application
the backend runs but I think the frontend is taking too long to build?
Bbrody1928/25/2023
for anyone who may stumble upon this issue in the the future, do you care to tell us what solved your problem?
Eentiger8/25/2023
I'm getting a kill-9 error
yeah it was a bit silly, but just further specified port 3000 in package.json for the frontend as it was overlapping even though it wasn't before
Bbrody1928/25/2023
oh i see what you have done
theres a lot to tackle here
to get you up and running smoothly
Eentiger8/25/2023
😅
Bbrody1928/25/2023
would you mind sharing your repo so i can work out a plan of action for you?
Eentiger8/25/2023
sure!
thanks for waiting, you should be able to view it here: https://github.com/nepthius/Clio
Bbrody1928/25/2023
you seemed to have just leaked your .env file
Eentiger8/25/2023
uh oh
Bbrody1928/25/2023
time to go regen!
let me know when youve done that
and once you have the new variables, put then in the railway service variables
Eentiger8/25/2023
Hi Brody this may actually end up taking a while. Is it okay if I can check in with you tomorrow?
Bbrody1928/25/2023
for sure
Eentiger8/30/2023
Hi Brody, apologies for the delay I had a few things to take care of. Here is the new github repo: https://github.com/nepthius/Clio
Bbrody1928/30/2023
youre back!
Eentiger8/30/2023
yup haha
Bbrody1928/30/2023
okay lets get situated, show me a screenshot of your railway project
Eentiger8/30/2023
Apologies having a bit of WiFi troubles, but will send the ss once I’m able to reconnect
Bbrody1928/30/2023
haha no worries
Eentiger8/30/2023
okay back in business, I moved to a place with somewhat decent Wi-Fi
Would you like to send you a ss of the settings section?
Bbrody1928/30/2023
nope, just the project
i need to see whats up
Eentiger8/30/2023
Eentiger8/30/2023
right now I'm only hosting backend
but if I change the command
Bbrody1928/30/2023
that uses your custom domain, so that will need to be the frontend going forward
Eentiger8/30/2023
Gotcha, so I should change it to only the frontend?
Bbrody1928/30/2023
yes but we need to get your frontend in a state that is ready to deploy to railway
- rename your frontend's start script to dev in the package.json
- copy the nixpacks.toml and Caddyfile into your frontend folder
- remove any and all build or start commands that you may have set in the service settings
- set the root directory to /frontend in the service settings
- push your changes
Eentiger8/30/2023
Had to change a few things around since I just realized the old project was pointing to the old repo. Here is the project id of the new repo: cdaee948-8fa4-417c-b46b-589f6d18b4d1. Got it, I changed the script to dev and pushed to github, removed the build commands, and set the root to frontend
Bbrody1928/30/2023
can you send the current repo thats in use?
Eentiger8/30/2023
regarding copying the nixpacks.toml and caddyfile, I'm not too sure
https://github.com/nepthius/Clio
Bbrody1928/30/2023
theres no changes?
Eentiger8/30/2023
It's the one I sent earlier ^, the old project id was pointing to the old repo
yup
apologies for the confusion
Bbrody1928/30/2023
push your changes please
Eentiger8/30/2023
Where can I access the nixpacks.toml and caddyfile?
I pushed the other changes though
Bbrody1928/30/2023
Eentiger8/30/2023
no worries, thanks!
I see that there's a port variable in the caddy file, but I also have a port varible in the backend env that is right now set for 4000 in the railway project. Should I change this to 3000 since we are working with the frontend and that's the frontend port?
Bbrody1928/30/2023
nope, remove the port from the service variables, dont touch the caddyfile right now
Eentiger8/30/2023
gotcha
Pushed the changes 👍
Bbrody1928/30/2023
looks good, did the service redeploy?
Eentiger8/30/2023
Yup it's building right now
Eentiger8/30/2023
Eentiger8/30/2023
I'm getting this error
I removed the build commands from railway, but I did not from the package.json file - I'm guessing the error lies there?
Bbrody1928/30/2023
you need a build script in the package.json, dont remove that
Eentiger8/30/2023
gotcha
Bbrody1928/30/2023
so the reason your build is failing is because you have warnings
theres two options, fix them, ignore them and fix them later
your choice
Eentiger8/30/2023
hm gotcha, I think for now I'll ignore em and fix them later
Bbrody1928/30/2023
okay, set a service variable CI to false and let railway redeploy
Eentiger8/30/2023
👍
okay the project was deployed
Eentiger8/30/2023
Eentiger8/30/2023
those are the messages I'm getting
Bbrody1928/30/2023
looks good to me
can you open the site?
Eentiger8/30/2023
Eentiger8/30/2023
seems I'm getting this error, but everything seems to look good on cloudflare and railway's project settings?
Bbrody1928/30/2023
when did you set that domain up?
Eentiger8/30/2023
I bought the domain several months ago, but fixed the dns to change the targeted railway app around half an hour ago
Bbrody1928/30/2023
okay then you just have to wait for dns propagation
but in the mean time, have you set tls to full in cloudflare?
Eentiger8/30/2023
Nope it was flexible, just changed it to full
Bbrody1928/30/2023
domain works now
Eentiger8/31/2023
yup!
should I create a seperate project for the backend?
hm it seems that it broke down again
Bbrody1928/31/2023
no no, create a blank service in the same project
can you send the domain as a clickable link
Eentiger8/31/2023
https://www.weareclio.com/
it seems to work on mobile but not on the computer for some reason...?
Bbrody1928/31/2023
have you changed anything at all?
ah I see, it's just the www subdomain that doesn't work, you must have not set that up correctly
Eentiger8/31/2023
Apologies had to attend an RA floor meeting
Bbrody1928/31/2023
no worries
do you want a www subdomain anyway?
Eentiger8/31/2023
Oh shoot
Hmm
Naw not too keen on it
Didn’t realize that’s what messed it up lol
Bbrody1928/31/2023
you may still wanna redirect www to non www then
but thats outside of the scope
Eentiger8/31/2023
Gotcha, thanks for the suggestion!
Bbrody1928/31/2023
cloudflare has docs for that
okay so frontend works
Eentiger8/31/2023
Yup
Bbrody1928/31/2023
create a new service in the same project, a blank or empty service
Eentiger8/31/2023
I think I’m just overlooking it, but I’m not exactly sure where the button to do that is in the project?
Nvm just found it
Okay created
Okay I think I see how to do it
Hopefully it works lol
Bbrody1928/31/2023
slow your horses
you need mongo
go ahead and add mongo to the project
Eentiger8/31/2023
Like setting up the variables?
Bbrody1928/31/2023
we havent got that far yet
Eentiger8/31/2023
Ah apologies
Is that in integrations?
Bbrody1928/31/2023
dont know what that means
+ new > databases > mogo
Eentiger8/31/2023
Gotcha
Okay added it
Bbrody1928/31/2023
add a variable MONGO_URI to the backend, and reference it to the mongodb's MONGO_URL variable
https://docs.railway.app/develop/variables#reference-variables
and then show me a screenshot with the value shown for that variable so i know its good
Eentiger8/31/2023
Eentiger8/31/2023
It connected to the right database I believe
Bbrody1928/31/2023
nope that is wrong
make sure you are using a variable referance like the screenshot in the docs show
also we were not at the point of connecting the repo
Eentiger8/31/2023
gotcha I removed it and changed the var value
Bbrody1928/31/2023
still no, you also didnt remove it lol
railway should auto fill it for you
remove both of those are try again please
Eentiger8/31/2023
I meant I removed the github connection, the ss I sent was of the backend service. The ss I just attached is of the MongoDB variables
Bbrody1928/31/2023
you dont even need to go into the mongo plugin, please have a look at this docs section
https://docs.railway.app/develop/variables#reference-variables
railway will auto fill the MONGO_URL for you, all you have to do is change its name to MONGO_URI
Eentiger8/31/2023
hm I'm a tad bit confused, the mongoDB plugin did autofill all that information
Is there something else I should change?
Bbrody1928/31/2023
Bbrody1928/31/2023
see, autofill, you never even needed to open the mongodb plugin
Eentiger8/31/2023
ahhh I see
Eentiger8/31/2023
I removed MONGO_URL
Bbrody1928/31/2023
is the root dir set to /backend?
Eentiger8/31/2023
yup!
Bbrody1928/31/2023
add the repo
Eentiger8/31/2023
Connected 👍
Bbrody1928/31/2023
well test it out
assuming it hasnt crashed or something
Eentiger8/31/2023
It seems I’m getting a “Uncaught (in promise) Syntax Error: Unexpected tonten ‘<‘, “!doctype “… is not valid json” error
I think I know the error though
Nvm, for some reason I’m getting HTML back rather than JSON
But it seems to be working when I run it locally
Bbrody1928/31/2023
send me a link that i can test
Bbrody1928/31/2023
something that i dont have to put in information for
Eentiger8/31/2023
yeah the profiles are supposed to load in automatically
Eentiger8/31/2023
Eentiger8/31/2023
so like below the find providers option there should be a load up of a few profiles
Bbrody1928/31/2023
you are making a request to https://weareclio.com/api/listings you need to make the request to your backend domain
Eentiger8/31/2023
Gotcha, so if I don't want to expose it publicly with a domain and I'm given the link project-name.railway.internal in the settings should I do project-name.railway.internal/api/listings instead?
Bbrody1928/31/2023
this is a public website, any request a user makes like to listings would need to be on a public domain
Eentiger8/31/2023
ah gotcha, so I should add the same custom domain (weareclio.com) to the backend project
Bbrody1928/31/2023
not quite, you would want api.weareclio.com
or backend.weareclio.com
you get the idea
Eentiger8/31/2023
Gotcha, thanks!
Bbrody1928/31/2023
railways backend is called backboard even
backboard.railway.app
Eentiger8/31/2023
love waiting for the DNS probe 🥲
Bbrody1928/31/2023
use cloudflares dns resolvers
1.1.1.1 1.0.0.1
Eentiger8/31/2023
gotcha, I'll take a look into it
Bbrody1929/1/2023
what was the outcome of this?
Eentiger9/2/2023
I was able to fix the cloudflare issue, but some of the tailwind css styles were not loading in when hosting so I'm trying to fix that right now. However, I'm having an error when I try to run the npm run start command locally saying "Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
- options.allowedHosts[0] should be a non-empty string"
The backend however works I believe, I just need to fix a few things with the fetch request on the frontend
Bbrody1929/2/2023
what's your current start script?
Eentiger9/2/2023
"start": "react-scripts start",
Bbrody1929/2/2023
share your repo again?
Bbrody1929/2/2023
but are you using the start command from the root's package.json?
Eentiger9/2/2023
just pushed in the most recent changes
I'm using the start command from the frontend folder for the frontend
and then the backend folder for the backend
not sure if this helps, but the backend works completely fine for local hosting, it's just the frontend that is having this issue
Bbrody1929/2/2023
so you just cant start it locally lol
Eentiger9/2/2023
yeah, I found that error to stop appearing when I remove "proxy": "http://localhost:3000" on the frontend's package.json file but now I need to find a way to connect the backend so I'm looking through overflow lol. I had assumed the error may have been from some configuration done when setting up the hosting. I think I should be able to figure it out now tho
Bbrody1929/2/2023
oh well thats easy, just use a variable for your backend
Eentiger9/2/2023
variable for backend?
Bbrody1929/2/2023
in railway have a frontend service variable REACT_APP_API_URL = https://${{ <the name of your backend service>.RAILWAY_PUBLIC_DOMAIN }}
locally have a .env.local file with the same REACT_APP_API_URL but equal to http://127.0.0.1:3000

then just use process.env.REACT_APP_API_URL wherever you call your backend from the frontend code
then theres no need for the proxy and you dont have to go manually changing anything between developing locally and running on railway
for more information you can look at react-scripts docs for environment variables
https://create-react-app.dev/docs/adding-custom-environment-variables/
Eentiger9/2/2023
okay so I created a .env file with that variable, so with this I should delete proxy from the package.json file?
Bbrody1929/2/2023
make sure its an .env.local file
and yes you should delete the proxy thing in your package.json
Eentiger9/2/2023
gotcha
Bbrody1929/2/2023
and for a sanity check, show me the variable you set in railway and the variable you have in your .env.local file
Eentiger9/2/2023
Regarding the variable set in railway, is that from the frontend?
Bbrody1929/2/2023
yes set that referance variable in the frontend service
Eentiger9/2/2023
Bbrody1929/2/2023
without the arrow brackets actually
Eentiger9/2/2023
oops, gotcha
Bbrody1929/2/2023
and that is the name of your backend right?
Eentiger9/2/2023
Eentiger9/2/2023
Eentiger9/2/2023
yup
Bbrody1929/2/2023
looks good to me
but i have a nit pick
https://github.com/nepthius/Clio/blob/main/backend/server.js#L32
change it to process.env.PORT || 4000
this will use the railway assigned port when on railway, and it will use 4000 when running locally, i assume you had previously done a PORT=4000 before running your server locally?
Eentiger9/2/2023
added the change 👍
yup!
Bbrody1929/2/2023
also, its a good idea to use 127.0.0.1 instead, since theres no name resolution involved
Eentiger9/2/2023
ah gotcha, I'll change that up then
Eentiger9/2/2023
changed it here and for the local env port variable in the backend
Bbrody1929/2/2023
and remember, now you will need to go through your frontend's code and use process.env.REACT_APP_API_URL in place of where you make your api calls to the backend
for example
https://github.com/nepthius/Clio/blob/main/frontend/src/pages/directory.js#L98
this would turn into process.env.REACT_APP_API_URL + '/api/listings'
Eentiger9/2/2023
so in this example where I make a fetch call, should I do the url and then add the '/api/listings'
Eentiger9/2/2023
answered the question before I asked it 😂
Bbrody1929/2/2023
one step ahead of you
Eentiger9/2/2023
thanks!
That fix worked! I'll change up all the api calls now and let you know the results on the hosting side
Bbrody1929/2/2023
so you can make calls to the backend locally without issue now?
Eentiger9/2/2023
yup
Bbrody1929/2/2023
awsome
btw https://github.com/nepthius/Clio/blob/main/frontend/package.json#L34
react-scripts start starts on port 3000 by default so the PORT=3000 is a bit redundant
Eentiger9/2/2023
ah right, I'll change that up now then
Eentiger9/2/2023
Hm for some reason the API calls don't work when hosting, but do work locally. I attached an image of the current setup in case there may be any problems there
Bbrody1929/2/2023
the url for the api requests are correct, but your backend is returning an empty array
https://backend.weareclio.com/api/listings
any idea why? is there anything in the logs of the backend?
Eentiger9/2/2023
That's really odd, I attached a picture of the deployment logs
Bbrody1929/2/2023
oh, this is a brand new mongo database, its not gonna have any data lol
Eentiger9/2/2023
oh shoot did I attach the wrong mongo database then when setting up?
Bbrody1929/2/2023
when you run your backend locally, what database does it use?
Eentiger9/2/2023
it uses the clio database from mongodb
the same one
Bbrody1929/2/2023
i dont think so, i had you add it
https://discord.com/channels/713503345364697088/1144444122111946762/1146620872476594177
so what database where you using before you even opened this help thread
Eentiger9/2/2023
this one, and I'm pretty sure I used the same MONGO_URI var value as the env file
Bbrody1929/2/2023
i have no clue what that is, but you where not using the mongo database thats in the current project, simply because it didnt exist before you created this thread
Eentiger9/2/2023
apologies I took a screenshot of the mongodb account that had the values in it from the site. What steps would you recommend taking to connect the one that shows up on the local version?
Bbrody1929/2/2023
who did you use to host your mongodb when you where developing this app?
Eentiger9/2/2023
Atlas
MongoDB Atlas
Bbrody1929/2/2023
ah there we go, that makes sense, so do you want to continue using atlas, or do you wanna use a railway mongodb?
Eentiger9/2/2023
totally cool using railway
I guess that solves the issue then lol
Bbrody1929/2/2023
that means youd need to dump the data from your atlas database and restore it to the railway database
if that sounds like something you dont want to get into, then you can just use the atlas database instead
Eentiger9/2/2023
Gotcha, I think I may have accidentally deleted a model called listings in the process from the test collection 😅 . The data is all for testing anyways, so I can just dump it and create new data
Eentiger9/2/2023
listings is gone from railway here, but I'm assuming it'll be restored once I create a new object and push it to the database <-- nvm I was being silly
Bbrody1929/2/2023
well its up to you, dump the atlas database
https://www.mongodb.com/docs/database-tools/mongodump/#mongodb-binary-bin.mongodump
and restore it to the railway database
https://www.mongodb.com/docs/database-tools/mongorestore/#mongodb-binary-bin.mongorestore
or just put new data into the railway database
Eentiger9/2/2023
gotcha, thanks for the links!
Bbrody1929/2/2023
no prob
Eentiger9/2/2023
btw is it okay if I can add your github to the project, I'd prefer keeping to repo private for now 😅
Bbrody1929/2/2023
oh sure, its brody192
Eentiger9/2/2023
thanks!
When running the backend locally I'm getting this error thrown: Error: listen EACCES: permission denied http://127.0.0.1:4000. I ran the sudo lsof -i :4000 to check if there was activity in the port, but nothing showed up. I'm also getting a similar issue thrown in the frontend: POST http://localhost:4000/api/validate-password net::ERR_CONNECTION_REFUSED. Not too sure what's going on here
the backend seems to work if I remove the (http://) for some reason?
nevermind it doesn't work on the second rerun
that's weird
Eentiger9/2/2023
Screenshot of the issue if that helps
Eentiger9/2/2023
okay it runs if I make the port equal to 4000, but not http://127.0.0.1:4000
Still have no idea why, I'm assuming I wrote the latter wrong but I'm not sure how, but the site is working now
Bbrody1929/2/2023
why where you setting a local PORT environment variable to http://127.0.0.1:4000?
Eentiger9/2/2023
yeah I recently realized I messed up there lol
Bbrody1929/2/2023
you shouldn't need to set anything of the sort
that's why I had you change the server.js port code to process.env.PORT || 4000
Eentiger9/3/2023
For some reason during hosting the selector.jsx tailwind styling is not popping up and makes the country selection bar unusable. Locally when I run the code the styling works, however. Not sure if it's related to this warning that I see popping up: Warning
(519:3) Nested CSS was detected, but CSS nesting has not been configured correctly.
Please enable a CSS nesting plugin before Tailwind in your configuration.
See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

WARNING in ./src/index.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./src/index.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(519:3) Nested CSS was detected, but CSS nesting has not been configured correctly.
Please enable a CSS nesting plugin before Tailwind in your configuration.
See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting

webpack compiled with 1 warning. Not too sure how to solve this. I am using Creact React App if that helps
Bbrody1929/3/2023
what version of node are you using locally?
Eentiger9/3/2023
v18.10.0
Bbrody1929/3/2023
what version is railway using? this can be found in the build table at the top of the build logs
Eentiger9/3/2023
seems 16 is the defualt?
Bbrody1929/3/2023
yes but what is your build using
Eentiger9/3/2023
where is the build logs? I only see deploy logs
nvm
Hmm
Bbrody1929/3/2023
click the build logs button 🤣
Eentiger9/3/2023
Eentiger9/3/2023
😅
Bbrody1929/3/2023
for fun set engines.node to 18 in your package.json
Eentiger9/3/2023
set it 👍
Bbrody1929/3/2023
let's see
Eentiger9/3/2023
didn't work :/
Bbrody1929/3/2023
is it using node 18 though
Eentiger9/3/2023
yup
Bbrody1929/3/2023
send me the site so I can check it
Eentiger9/3/2023
weareclio.com
Eentiger9/3/2023
Eentiger9/3/2023
this is how it looks
Bbrody1929/3/2023
clickable link and a specific url to what's not working please
Eentiger9/3/2023
but it's supposed to look like this
Bbrody1929/3/2023
password 🤨
Eentiger9/3/2023
I'll dm you the password
yeah 😅
Bbrody1929/3/2023
#🛂|readme #5
Eentiger9/3/2023
oh oops, sorry about that
here it is then: Jle8
Bbrody1929/3/2023
yeah not seeing any errors in the browser, get that css build error sorted out and we will go from there
Eentiger9/9/2023
gotcha will do
If I wanted to remove the MongoDB component from Railway and switch it back to Atlas (and did not care about the lost data), how should I go about doing that? Thank you!
Bbrody1929/9/2023
you can delete it from within its settings
you'd then just need to update the service variables to point to the atlas database, and then let the service redeploy
one thing to note is that atlas requires IP whitelisting, and railway doesn't have static ips so you'd need to whitelist all ips somehow
Eentiger9/9/2023
Gotcha, thank you!
Bbrody1929/9/2023
no prob!
Eentiger9/10/2023
Oops, seems it was an issue on my side haha
Bbrody1929/10/2023
you fixed it?
Eentiger9/10/2023
Yup!
Bbrody1929/10/2023
do tell me what the problem was
Eentiger9/10/2023
The country selector was not displaying properly when hosting but it did when running locally (the country selector had tailwind css in it). It seems it was because Create React App does not allow nested CSS w tailwind and the only solution to that was ejecting create react app according to stackoverflow, the github, etc. So I converted all the tailwind css to regular css. (Probably not the most optimal solution, but it's what finally worked after being stuck on this for a day 😅 )
Bbrody1929/10/2023
mind if i look at your repo again? just to make sure you didnt misconfigure anything on the caddy or nixpacks side of things
Bbrody1929/10/2023
it doesn't look like you ejected?
Eentiger9/10/2023
yup I didn't
I converted the tailwind css to regular css
Bbrody1929/10/2023
fair enough
all looks good
Eentiger9/10/2023
sweet, thanks!
Bbrody1929/10/2023
no problem! im happy you got it all working!
i had to give it a more applicable name
Eentiger9/10/2023
definitely fits better haha
Bbrody1929/10/2023
I just realized you sent me trains!!! thank you so much, you really didn't have to do that
Eentiger9/10/2023
don't even mention it, your help has been the best. It was the least I could do 😁
Bbrody1929/10/2023
thank you ❤️

Looking for more? Join the community!

Recommended Posts
Deployment and logging issues (Maven)Hello, My program is running fine locally, but when I deploy it with Railway, I start seeing issuesIssues with Postgres DBI don't really understand why I am not seeing any tables in my DB. Seeding works, but the database sversion 'GLIBC 2.29' not foundweird error that seems to be because of my code, but it works on my computer <:bing_shrug:5837915814Use rust nightlyidk how docker works but i cant use the nightly rust dockerfile image for some reasonFix Missing libuuid LibraryHey, I am currently runnig into problems deploying my FastAPI backend after adding a new dependency I can no longer connect to my MySQL database, even after restarting the databaseI'm not sure what my project id is. My link is this: https://railway.app/project/31b9ee92-06cc-44c1-RPC showing forbidden access 403Hi. I've got some crypto related script which pings an RPC server - it works fine locally but on raiHow would I connect my project with the SQL database ?I have a model for users and I would like to populate my production DB with them. How can I do that?Hipaa/socI wanted to confirm if the information on https://railway.app/help is current as the email listed boMemory consumption differenceSame app deployed in docker local and Hw(M1 16gb) consumes 52 mb with no load railway took 74mb can Nextjs 13 Environmental variableHello! I recently installed Nextjs to try out the "new" app directory, because I heard server actioRailway CLI postgresql not installed?I installed the CLI and postgresql on my computer to use pgloader to migrate a mysql db to postgres How do I hook up my frontend correctly./I am able to deploy my backend but my frontend is not working yet. Error: ``` #8 [4/5] RUN npm ruStyling bug on project service usage pageIs there a way I can have Railway restart manually every 2 hours?Pretty self explanatory, I’m running some js codePostgres, Aspnet Core API and Angular WebguiHi guys. I'm new here and getting to know railway! I find it fantastic for us. I am lost. I would lCannot change default provider for environment thats created during GitHub Pull RequestI posted about this a while back (https://discord.com/channels/713503345364697088/112689969354953113expressidkI'm not sure on how to transfer my wiki.js database data to railway.86f37e49-db7c-4b6f-9c3e-71f5447b116a I am either getting a broken wiki.js database that results in Build and deployment is accountable in service consumptionconsider in a context of docker image number of images downloaded and each operation performed in do