Skip to content

Conversation

@Zetazzz
Copy link
Contributor

@Zetazzz Zetazzz commented Dec 24, 2025

Removed pg.database setting from env explicitly:
from:

server(
  getEnvOptions({
    pg: {
      database: process.env.PGDATABASE,
    },
  })
);

to:

server(
  getEnvOptions()
);

so that there won't be error when PGDATABASE's not set

@pyramation pyramation merged commit 7a2d98a into main Dec 24, 2025
33 checks passed
@pyramation pyramation deleted the fix/graphql-server-503-error branch December 24, 2025 02:40
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.

3 participants