How do I access my app files?

agentaldo
PRO

a year ago

I can't find a way to view my app files from the web interface, and I can't do it via CLI either, can someone tell me how I can do this, thanks

3 Replies

a year ago

This is not something Railway provides.

Would you please share your use case so we can help you with alternatives?


agentaldo
PRO

a year ago

I have an app in laravel+inertia+react that I uploaded to railway, but it seems that the react frontend is not working, as if it were not running the build (npm run build), and I want to go in to see the files to see if it is generating the build for my frontend

this is the deploy instruction

NIXPACKS_BUILD_CMD="composer install && npm install && npm run build --verbose && chmod -R 777 storage/ && chmod -R 777 bootstrap/cache && php artisan config:cache && php artisan storage:link && php artisan migrate:fresh --force --verbose"


a year ago

Have you opened your build logs and looked for the logs from npm run build --verbose ?


How do I access my app files? - Railway Help Station