Happy thanksgiving ๐ฆ to everyone in America! ๐บ๐ธ
Updated Deployments View
The Deployments view has been updated
It now includes the location of your deployments, the success of your build, as well as a new tray for the logs (which is fully expandable)
Realtime Logs
Build and Deploy Logs are now realtime.
Previously, logs were fetched when the tray was opened. Now, they're streamed directly to the log tray.
This means anything you log to stdout, errors, panics, etc will be captured by Railway. No logging package required; just console.log/fmt.Println/puts and you're done.
Peep the example below๐

Examples
We've revamped all the examples in our examples repo as well as added a bunch of new ones, including
- (JS) with-redis
- (JS) with-mongo
- (JS) with-express-postgres
- (JS) with-nextjs-prisma
- (JS) with-blitz-postgres
- (JS) with-redwood-postgres
- (Elixir) with-phoenix
These examples required minimal effort to make work with Railway, but we wanted to provided a good starting point for all users who want to get up and running quickly with Railway and their favorite stack ๐ช.
More examples for more languages will be coming. If we are missing an example for your stack, please let us know on Discord.

Other fixes
- Improvement: Drawers are now resizable on desktop via dragging the panel
- Bug Fix: An issue where sometimes builds were looping
- Bug Fix: An issue where sometimes builds weren't flagging failures
- Bug Fix: An issue where invite codes were being marked invalid