Deployment Crashed
my app keeps crushing although i did every step is this railway.app problem
49 Replies
Project ID:
2b8a7d9a-d2eb-4e7b-9094-052aa0dbe7fb
2b8a7d9a-d2eb-4e7b-9094-052aa0dbe7fb
i'm going to need some more information, why is it crashing?
the problem was my was django but the project service provider was nodejs i changed to python but why did this happened
the problem was my "app" was django
node is detected when you have a package.json file
plenty of reasons why a django app could have a package.json, and nixpacks does it best to attempt to deploy a wide variety of apps, but unfortunately that means it wont be able to deploy every kind of project, some projects would need a little bit of extra config
i am getting FileNotFoundError: [Errno 2] No such file or directory: '/app/media/archives/Aato_Gadid_Saami.docx', when i upload media file and i want to download it , is there extra steps i need to do to make sure file upload is served correctly on railway , on my django app everything is setup correctly
how big is that docx file?
its notary docx files mostly 200kb
up to ~200 kb not always
this would be a config issue with your app, do you have a url handler setup to serve that file?
yes media files is being handled
lets see your urls.py file please
here is urls.py project level
what is the MEDIA_URL set to?
you likely need to use a regex path as shown here - https://github.com/vinfehring/django-volumes/blob/master/mysite/urls.py#L27
like this and then i will push to github and see if it solves right ?
looks good at first glace, let me know if that works
do i need to create volume or anything else
if you want the files to persist between deployments, yes
of course i need the files to be persistant can you guide how to do it please
try mounting a volume to
/app/media
what is volume ? i dk how to create it in railway
i can't move a way from here i click the volume and i paste /app/media/ it just skips back to this same screen
have you tried typing out the text?
i just copy pasted /app/media
also when i tried typing while i am typing it just skips back
i am unable to reproduce, right click your service to attach a volume
which url path should i be may be i am in the wrong screen
you are in the project canvas, that is correct
first when i right click it show my project is this right
that is called a service, click it and then enter the path
it did worked for me now it created volume but it just loading till now
there is no volume there?
you see that applying changes .....
its done right ?
assuming it was mounted at the correct location, yes
Access to XMLHttpRequest at 'https://notary-api-v2.up.railway.app/auth/token/login/' from origin 'https://notary-ui-v2.up.railway.app' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource., sorry new error , before everything was working
its cors i know but idk why it happening although i set everything correct
seems the api is down
do you think its cause of the media path we gave to the volume ?
no, try to redeploy
i think its time to wait untill its up ?
are you sure that is the correct domain?
network settings
why its still in progress deployment although its active
just a ui bug
still error : Not Found
The train has not arrived at the station.
Please check your network settings to confirm that your domain has provisioned.
If you are a visitor, please let the owner know you're stuck at the station.
Request ID:
GokiIyUCRge7xm82vdQx4Q_2823689937, what is wrong
still problem not solved