UI Issue with Deploying Laravel in Railway

26 views Asked by At

I host my laravel app with railway. It can now be accessed but the issue is that the UI is not showing properly like the css,bootstrap, javascript. Basically the whole design.

I already added this in the .env file:

NIXPACKS_BUILD_CMD=npm install && npm run build

but it seems not to be working. Can't think of any issues.

0

There are 0 answers