Shared variables showing up as <empty string>
I have an application that has a bunch of env variables. I just moved a few of them to a shared variable (via the Promote button). Now they're all showing up as
<empty string>
. Tried removing them and re-adding them to the service. Same result. See pictures below.6 Replies
Project ID:
cc7cfdf3-8735-4236-8e74-0d7398ca6dc3
cc7cfdf3-8735-4236-8e74-0d7398ca6dc3
New reply sent from Help Station thread:
Had the exact same issue. A '.' in the service name broke it (i.e. Nest.js). Removing it (i.e. nestjs) linked them successfully. I think railway has a bug.You're seeing this because this thread has been automatically linked to the Help Station thread.
Oof, ya seems like a bug. Hope Railway fixes this soon. I don't want to have to change the formatting of just my shared variables :/ Guess for now I'll just stick with non-shared variables.
I'm curious as to why your variable name has a period in it