Skip to content

Comments

Add a custom 404 page#1415

Open
Fingel wants to merge 1 commit intodevfrom
1404-handle-404-errors
Open

Add a custom 404 page#1415
Fingel wants to merge 1 commit intodevfrom
1404-handle-404-errors

Conversation

@Fingel
Copy link
Contributor

@Fingel Fingel commented Feb 18, 2026

Wow! the issue number is #1404 coincidence?

image

@Fingel Fingel requested review from jchate6 and phycodurus February 18, 2026 23:05
@jchate6 jchate6 moved this to Needs Review in TOM Toolkit Feb 19, 2026
Copy link
Contributor

@jchate6 jchate6 left a comment

Choose a reason for hiding this comment

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

This looks good. A couple questions:
It looks like we loose all of our icons and css things when we set debug = False. Do you understand why this happens? I think that also means I can't test making my own local 404 page.

@Fingel
Copy link
Contributor Author

Fingel commented Feb 19, 2026

Turning off debug switches how static files are served: they won’t be served by the development server anymore. It does make it a pain to test the custom 404 page. That’s why all the styling is inline in this PR.

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

Labels

None yet

Projects

Status: Needs Review

Development

Successfully merging this pull request may close these issues.

handle 404 errors with a designated error page that keeps the nav bar

2 participants