---
title: "Railway Usernames, Environment + Variable Fixes, Outage Report "
date: 2023-12-01
number: 0162
url: https://railway.com/changelog/2023-12-01-usernames-incident
---

# Railway Usernames, Environment + Variable Fixes, Outage Report 

Welcome to the cloud! We got fun and games. We got nearly everything you want. Buddy, we know the names!

The word “nearly” is doing a lot of work here — because we do have some explaining to do. 

Railway experienced a major outage today (Friday) prompting the whole team to give extra special attention to our customers. 

In addition to publishing a [detailed incident report](https://blog.railway.app/p/2023-12-01-incident-report) and a [deeper editorial blogpost](https://blog.railway.app/p/gcp-incidents) on the incident, we also alerted affected customers across the [Community Forum](https://community.railway.app/), Email, [Twitter](https://twitter.com/Railway), and [Discord](https://discorg.gg/railway).

We’ll return to the incident in a sec, but let’s first jump into the rest of this week’s changelog. 

## Claim your Username! (Forum Improvements)

[Last week](https://railway.app/changelog/2023-11-24-public-profiles) we announced that our company was pivoting into becoming a social deployments company. 

*audience booing*

Just kidding. But we did launch usernames. Now we’re talking. 

Whether in the [Community Forum](https://community.railway.app/) or in the [Template Library](https://railway.app/templates), usernames give you another dimension to express yourself. Claim yours now! 

Just visit [https://railway.app/account](https://railway.app/account) and set one up for yourself.

We’ll also be requiring usernames for the forum moving forward, or we’ll be happy to provide one to you. (This means you, `user-9u297402`.)

While we are talking about the forum, Engineer Ray folded in ALL of the Canny upvotes and feature requests into the community. 

We invite you to play Lawyer for your favorite feature(s) … your client just might win! 

We look forward to seeing your suggestions get promoted to our product roadmap.

## Chained Variable References

First off, I don’t know what other companies say, but we have the best moderators and maintainers in the world and we owe an extra special thanks to the Conductors for bringing this up…

We now support variable chain references!

This means that if you assign the following variables:

```typescript
# Service A
VAR_A=${{service-b.VAR_B}}

# Service B
VAR_B=${{service-c.VAR_C}}

# Service C
VAR_C=hello
```

The environment variables will now resolve to:

```typescript
VAR_A=hello
VAR_B=hello
VAR_C=hello
```

This is useful for times that you only want to source variables from a service and not from the global scope. This is also a pre-requisite for something really cool that the writer of this week’s changelog isn’t allowed to leak…

Stay tuned!

## Railway Outage: Dec 1st

Now on to the serious stuff. 

It’s our policy to share the public details of every production outage and today we experienced a thorny one that impacted 30% of the workloads on US-West-1.

As mentioned above, we wrote an extremely detailed incident report [here](https://blog.railway.app/p/2023-12-01-incident-report).

And Railway CEO Jake wrote an editorial blogpost on the outage [here](https://blog.railway.app/p/gcp-incidents), so check that out if you’d like some more context on what happened and why.

Members of the Customer Success and Support teams also communicated the impact to affected customers across the [Community Forum](https://community.railway.app/), Email, [Twitter](https://twitter.com/Railway), and [Discord](https://discorg.gg/railway).

For the future, we highly recommend following [@railway_status](https://twitter.com/railway_status) on Twitter for the latest in all service disruptions.

Thanks for your support.

That’s all for this week, enjoy your weekend!