fix(config): remove WithFileConfig from LandingPage option #249

Merged
jmiller merged 1 commits from fix/startup-crash into dev 2026-05-30 18:56:59 +00:00
Owner

Fix startup hang caused by LandingPage config trying to parse app.ini string as JSON struct.

@MokoBot

Fix startup hang caused by LandingPage config trying to parse app.ini string as JSON struct. @MokoBot
jmiller added 1 commit 2026-05-30 18:56:37 +00:00
fix(config): remove WithFileConfig from LandingPage option
Branch Policy Check / Verify merge target (pull_request) Successful in 3s
Universal: PR Check / Branch Policy (pull_request) Successful in 3s
PR RC Release / Build RC Release (pull_request) Successful in 5s
Universal: PR Check / Validate PR (pull_request) Failing after 12s
Branch Cleanup / Delete merged branch (pull_request) Successful in 4s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request) Successful in 2m30s
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
530cfc91b1
The WithFileConfig for LandingPage tried to parse the app.ini
LANDING_PAGE string value (e.g. "home") as JSON into a struct,
causing a startup hang. The landing page setting should only be
managed through the dynamic config system (admin UI).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit eef72a5b00 into dev 2026-05-30 18:56:59 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#249