fad
Service or Project for front end with backend project
Could you perhaps give us a bit more details in what you're trying to accomplish and what part you're struggling with? Are you confused about how to create multiple services within one project? Or perhaps just trying to figure out how to connect the two services through environment variables? Or is there something else you're not sure of?
11 replies
Cookie is set on insomnia, but not on production app
Have you tried the solutions posted here? https://discord.com/channels/713503345364697088/1134474824002064474/1135107231025729536
9 replies
Icons can not be shown
IIRC a typical Django installation would have separate directories for serving static files when in development and in production. In production you'd want to run the
python manage.py collectstatic
command to move the static files from the dev directories and into the production one. So likely that's what you're missing right now. This command is also executed as part of the start command in the template that Brody posted.18 replies
Node js server crashing with in five minutes or less
It looks like your database provider is closing the connection to the database unexpectedly. Your app doesn't seem to know how to handle this situation causing an exception to be raised which causes the program to crash.
7 replies
.well known error
iOS has a similar thing too https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html
9 replies
.well known error
It should be harmless and can be ignored. Just your Android requesting some metadata about your app. https://developers.google.com/digital-asset-links/v1/getting-started
9 replies
where does railway.app store user uploaded media files
Are you perhaps trying to figure out how to move the uploaded files to a more permanent location (which you can then access) or are you actually looking for a way to download/view them directly from Railway?
10 replies