I have a project with that has a Angular front-end and Spring boot backend (using Postgres), the database and springboot have both been set up and work (can use postman to insert into table and see the table updating on railway site).
I've gotten my angular part to deploy without errors but when i go to the generated domain it gives me the Application Error : This application failed to respond.
I'm guessing it has something to do with the configuration of the application but i've not been able to figure it out. Anyone got any ideas