Page not found (404)

Request Method: getMethod()?>
Request URL: escape($request->buildAbsoluteURI())?>

Using the URLconf defined in , Bjork tried these URL patterns, in this order:

  1. escape($pat->pattern)?> name)): ?>[name='name?>']

The current URL, escape($request->getPath())?>, didn't match any of these.

You're seeing this error because you have DEBUG = true in your Bjork settings file. Change that to false, and Bjork will display a standard 404 page.