Skip to content

Setup/railway config - #1542

Open
yousefz1994s-spec wants to merge 4 commits into
vercel:mainfrom
yousefz1994s-spec:setup/railway-config
Open

Setup/railway config#1542
yousefz1994s-spec wants to merge 4 commits into
vercel:mainfrom
yousefz1994s-spec:setup/railway-config

Conversation

@yousefz1994s-spec

Copy link
Copy Markdown

No description provided.

@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

@yousefz1994s-spec is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

```bash
POSTGRES_URL=postgresql://user:password@host:port/database
REDIS_URL=redis://:password@host:port
```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Railway deployment docs instruct setting NEXTAUTH_SECRET/NEXTAUTH_URL, but the app uses Auth.js v5 which reads AUTH_SECRET/AUTH_URL, so following the guide leaves the required secret unset.

Fix on Vercel

Comment thread .railwayignore
Comment on lines +7 to +10
node_modules
pnpm-lock.yaml
npm-lock.json
yarn.lock

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
node_modules
pnpm-lock.yaml
npm-lock.json
yarn.lock
# NOTE: Do NOT ignore pnpm-lock.yaml — nixpacks runs
# `pnpm install --frozen-lockfile`, which requires the lockfile
# to be present in the build context.
node_modules

.railwayignore excludes pnpm-lock.yaml, which breaks the nixpacks pnpm install --frozen-lockfile step and fails the Railway build

Fix on Vercel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant