Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Streaming fe server: bind to 0.0.0.0 in prod (#9115)
Fixing this problem with fly deploys ![image](https://github.com/redwoodjs/redwood/assets/30793/f2d6d342-854f-4e03-92a5-199d07e22ae8) But this isn't specific to Fly. Docker deploys in general usually require you to bind to 0.0.0.0. We already do this for regular non-streaming deploys. For example here https://github.com/redwoodjs/redwood/blob/8d0ab16aa1c39f1526e4213211608805735f6974/packages/cli/src/commands/serveBothHandler.js#L137
- Loading branch information