Reading json files within railway
Anonymous
TRIALOP

2 years ago

Anyway to read json files in the environment?

15 Replies

Anonymous
TRIALOP

2 years ago

N/A


brody
EMPLOYEE

2 years ago

context please?


Anonymous
TRIALOP

2 years ago

I wanna be able to read json files within railway because some stuff is being stored in json files.


brody
EMPLOYEE

2 years ago

may i ask whats stopping you?


Anonymous
TRIALOP

2 years ago

Me not knowing how to do it


brody
EMPLOYEE

2 years ago

im sorry but we dont offer coding help here, there would be endless resources online for how to open files


Anonymous
TRIALOP

2 years ago

I know how to open json files


Anonymous
TRIALOP

2 years ago

Let me rephrase


Anonymous
TRIALOP

2 years ago

I know how to open json files using code. I’m asking is there anyway to open the file inside of a railway environment


Anonymous
TRIALOP

2 years ago

Like viewing the contents inside of it


brody
EMPLOYEE

2 years ago

you want to view the contents of your files in your deployments?


Anonymous
TRIALOP

2 years ago

Essentially, I know I can look on my GitHub but json files but json stuff doesn’t update there


brody
EMPLOYEE

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


brody
EMPLOYEE

2 years ago

if you need persistant storage make sure you are storing these json files in a volume


Anonymous
TRIALOP

2 years ago

I see


Loading...