10 months ago
My .net core 8.0 app is built successfully but container is not starting and not giving any particular error
3 Replies
10 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 failing to deploy .net 8.0
- 🧵 Trying to push dotnet 8 application
- 🧵 Environment Variables not found for Net 6.0 Core Web API
If you find the answer from one of these, please let us know by solving the thread!
Railway
Hey there! We've found the following might help you get unblocked faster: - [🧵 failing to deploy .net 8.0 ](https://station.railway.com/questions/failing-to-deploy-net-8-0-260432ab) - [🧵 Trying to push dotnet 8 application](https://station.railway.com/questions/trying-to-push-dotnet-8-application-928128e0) - [🧵 Environment Variables not found for Net 6.0 Core Web API](https://station.railway.com/questions/environment-variables-not-found-for-net-956c536c) If you find the answer from one of these, please let us know by solving the thread!
10 months ago
Checked these but not working for me
10 months ago
Hey! Try running the Docker image locally with docker run to catch hidden errors, and double-check that all required environment variables are set in Railway. Also, make sure your Dockerfile has the correct .NET 8 base images and ENTRYPOINT.