2 years ago
Anyway to read json files in the environment?
15 Replies
2 years ago
context please?
I wanna be able to read json files within railway because some stuff is being stored in json files.
2 years ago
may i ask whats stopping you?
2 years ago
im sorry but we dont offer coding help here, there would be endless resources online for how to open files
I know how to open json files using code. I’m asking is there anyway to open the file inside of a railway environment
2 years ago
you want to view the contents of your files in your deployments?
Essentially, I know I can look on my GitHub but json files but json stuff doesn’t update there
2 years ago
that would be funcinatnly your app would need to provide, railway does not provide such a feature because the files in the container are ephemeral
2 years ago
if you need persistant storage make sure you are storing these json files in a volume