Skip to content

Fix possible error in production

Sébastiaan Versteeg requested to merge fix/key-not-found into master

I was trying the error pages in production and it seems the 'request' key may sometimes be missing. So I suggest we use get as a safer way of getting the request.

Merge request reports