Kapatid
Explore posts from serversTurborepo in Railway
How can I avoid 2 of my services (frontend-app & backend-app) in one project from always building and deploying when I commit a change to my turbo repo in Github? I already use
turbo build --filter <service-name>
& npm run start --workspace=<service-name>
in the respective settings of the services but they still build and deploy at the same time when I commit something.16 replies
How to connect to my Soketi project in Railway
Based on the example of using Pusher in the website soketi.app, how do I get the
wsHost
and wsPort
after deploying the Soketi template in Railway? My project that will be connecting to this Soketi is a create-t3-app.
14 replies
nixpacks build error
I am trying to build a dotnet project in my machine using
nixpacks build
but in step 9 I get this error and I am not sure how to fix it. My understanding is that it maybe because I have typescript globally installed in my local machine?
Let me know if I need to give more error outputs. Thank you6 replies
nixpacks build error
I am trying to build a dotnet project but in step 9 I get this error and I am not sure how to fix it. My understanding is that it maybe because I have typescript globally installed in my local machine?
Let me know if I need to give more error outputs. Thank you
4 replies
Error when Deploying a AspNetCore_Vite_Starter
I used a starter template for a dotnet project in Visual Studio 2022 but failed to deploy in Railway called AspNetCore_Vite_Starter which can be found in https://marketplace.visualstudio.com/items?itemName=MakotoAtsu.AspNetCoreViteStarter&ssr=false.
Here is my sample repo https://github.com/nadjitan/dotnet-vite-react.
Here is my logs:
5 replies