sooditk
PROOP
2 months ago
I tried everything to get deployment of my turborepo working & now that I configured everything according to documentation by adding Root Directory & adding correct build & start commands. I get "Failed to build an image" & when I click on the link to see build logs I see no build logs
Attachments
1 Replies
I tried changing some weird things & now I can see the deployment logs & I can see deploy logs, crazy part is the environment variables:
I see server:start: 156792 | if (!env.REDIS_URL) throw new Error("REDIS_URL is not set");
but I have set REDIS_URL as environment variable properly (see the image attached) - I can assure it is not empty
I guess railway is not sending environment variables properly
Attachments