Skip to content

Fix /starten/ page returning 404 (case-sensitive filename)#352

Merged
reinkrul merged 1 commit intomasterfrom
fix/starten-page-case-sensitive-filename
Apr 7, 2026
Merged

Fix /starten/ page returning 404 (case-sensitive filename)#352
reinkrul merged 1 commit intomasterfrom
fix/starten-page-case-sensitive-filename

Conversation

@reinkrul
Copy link
Copy Markdown
Member

@reinkrul reinkrul commented Apr 7, 2026

Summary

  • Renames pages/Starten.tsxpages/starten.tsx to fix the broken /starten/ URL on production
  • The capital S caused Next.js to export the page as /Starten/index.html instead of /starten/index.html, which results in a 404 on the Linux deployment server (case-sensitive filesystem)

Test plan

  • Verify /starten/ loads correctly after deployment

The file was named with a capital S, causing the page to be exported as
/Starten/ instead of /starten/, resulting in a 404 on the live server.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@reinkrul reinkrul requested a review from stevenvegt April 7, 2026 06:41
@reinkrul reinkrul merged commit 6f2cc87 into master Apr 7, 2026
2 checks passed
@reinkrul reinkrul deleted the fix/starten-page-case-sensitive-filename branch April 7, 2026 06:53
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.

2 participants