Get Files From Railway Build
epiccodewizard
HOBBYOP
a year ago
Every time a user signs up, a local server JSON file is modified. However, we don't have access to this JSON file so are looking to access the current server to download that JSON file. How can we export the current running build?
3 Replies
a year ago
That would be functionality you need to build into your application via an API, but ideally you should be storing such data in a database.
epiccodewizard
HOBBYOP
a year ago
Yes, we mistakenly omitted the code for an API route and pushed it to production. Before pushing the API route back, we would like to export the current database - is there any way to do that?