From 88e2d8cd554d0a3523d301f6fcb547b32fe83cb3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 13 Feb 2020 20:10:09 +0100 Subject: [PATCH] Fix 500 page. --- resources/views/v1/errors/500.twig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/views/v1/errors/500.twig b/resources/views/v1/errors/500.twig index 4d5cea9c04..4b3dec6820 100644 --- a/resources/views/v1/errors/500.twig +++ b/resources/views/v1/errors/500.twig @@ -8,7 +8,7 @@ font-family: 'Lato'; font-style: normal; font-weight: 100; - src: local('Lato Hairline'), local('Lato-Hairline'), url('fonts/lato-100.woff2') format('woff2'), url('fonts/lato-100.woff') format('woff'); + src: local('Lato Hairline'), local('Lato-Hairline'), url('v1/fonts/lato-100.woff2') format('woff2'), url('v1/fonts/lato-100.woff') format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } @@ -49,7 +49,11 @@
Whoops
-
There was a fatal error. Please check the log files.
+ There was a fatal error. Please check the log files in "storage/logs" or use "docker logs -f [container]" + to see what's going on. + + +