docs: add railway troubleshooting for host (#11346)

This commit is contained in:
Shahed Nasser
2025-02-06 15:54:54 +02:00
committed by GitHub
parent d7342c6f82
commit 7d0ba7037b
5 changed files with 10225 additions and 10207 deletions
@@ -399,6 +399,16 @@ To check issues or errors in your deployed Medusa application:
2. Click on the Deployments tab.
3. Click on the View Logs button.
### Set Host
If you encounter issues with the Medusa application, try setting a `HOST` environment variable to `0.0.0.0`:
```bash
HOST=0.0.0.0
```
Learn more in the [Railway Documentation](https://docs.railway.com/guides/public-networking).
---
## Update Deployed Application