Skip to content

Conversation

@itz4blitz
Copy link
Owner

Empty strings from commented-out env vars were causing validation errors.

Now converts empty strings to undefined before validation, allowing optional
fields like ADMIN_PASSWORD_RESET to be safely commented out in .env files.

Fixes #37

Empty strings from commented-out env vars were causing validation
errors. Now converts empty strings to undefined before validation,
allowing optional fields like ADMIN_PASSWORD_RESET to be safely
commented out in .env files.

Fixes #37
@itz4blitz itz4blitz merged commit f1d60ba into master Jan 14, 2026
6 checks passed
@itz4blitz itz4blitz deleted the fix/admin-password-reset-env-validation branch January 14, 2026 15:51
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.

New ADMIN_PASSWORD_RESET variable causing startup issues

2 participants