wisentini
Expose only one of two services
I have two services in Railway,
back-end
and front-end
. I want only front-end
to be exposed publicly, that is, back-end
shouldn't be able to be called from any origin other than front-end
. Is there a way to achieve this?23 replies
Can't deploy Angular application
I'm trying to deploy this front-end project of mine (https://github.com/raioxcape/raioxcape/tree/main/front-end), but I'm always getting the "Application failed to respond" screen after successfully deploying. I'm using
ng build
as the build command and ng serve
as the start command, with only one service variable, that is NODE_ENV=production
. What is wrong?25 replies