We're sorry, our server broke. (HTTP 500)
Something went wrong with your request ("[path]").
{{ if [path] == '/haltandcatchfire' }}This is just a test
You got to this page by requesting "/haltandcatchfire". This is the production result page for an Internal Server Error. This was raised because the requested PageMaker
method generated an error (though it also happens when no route is defined for a request).
The InternalServerError
method from uweb.DebuggingPageMaker
has been overridden here to bring you this somewhat user-friendly page. For the raw debugging page, this method has a check for the presence of debug in the query string. Give it a try: debug HTTP 500.
If you find ways to trigger this page for requests other than haltandcatchfire
, those are bugs and we'd like to know about them.
This is NOT a test
You just stumbled across a (possible) error in µWeb. Please take a look at the full debug page and verify that this is not an error of your own creation. If it isn't, please report this bug, so we can fix this as soon as possible.
{{ endif }}