The server cannot process the request due to a client error. Please check the request and try again. If you’re the application owner check the logs for more information.
-diff --git a/app/controllers/errors_controller.rb b/app/controllers/errors_controller.rb
new file mode 100644
index 000000000..168dc12e3
--- /dev/null
+++ b/app/controllers/errors_controller.rb
@@ -0,0 +1,25 @@
+class ErrorsController < ApplicationController
+ require_untenanted_access
+
+ layout "error"
+
+ def bad_request
+ render status: :bad_request
+ end
+
+ def not_found
+ render status: :not_found
+ end
+
+ def not_acceptable
+ render status: :not_acceptable
+ end
+
+ def unprocessable_entity
+ render status: :unprocessable_entity
+ end
+
+ def internal_server_error
+ render status: :internal_server_error
+ end
+end
diff --git a/app/views/errors/bad_request.html.erb b/app/views/errors/bad_request.html.erb
new file mode 100644
index 000000000..19e31fe91
--- /dev/null
+++ b/app/views/errors/bad_request.html.erb
@@ -0,0 +1,7 @@
+
+ 400
+ Bad request
+
+ 500
+ Internal server error
+
+ 406
+ Not acceptable
+
+ 404
+ Sorry, that page doesn’t exist!
+
+ 422
+ Unprocessable entity
+
+
The server cannot process the request due to a client error. Please check the request and try again. If you’re the application owner check the logs for more information.
-🇺🇸 Upgrade to a supported web browser. Fizzy requires a modern web browser. Please use one of the browsers listed below and make sure auto-updates are enabled.
-🇪🇸 Actualiza a un navegador web compatible. Fizzy requiere un navegador web moderno. Utiliza uno de los navegadores listados a continuación y asegúrate de que las actualizaciones automáticas estén habilitadas.
-🇫🇷 Mettez à jour vers un navigateur web pris en charge. Fizzy nécessite un navigateur web moderne. Veuillez utiliser l'un des navigateurs répertoriés ci-dessous et assurez-vous que les mises à jour automatiques sont activées.
-🇮🇳 समर्थित वेब ब्राउज़र में अपग्रेड करें। Fizzy को एक आधुनिक वेब ब्राउज़र की आवश्यकता है। कृपया नीचे सूचीबद्ध ब्राउज़रों में से कोई एक का उपयोग करें और सुनिश्चित करें कि स्वचालित अपडेट्स सक्षम हैं।
-🇩🇪 Aktualisieren Sie auf einen unterstützten Webbrowser. Fizzy erfordert einen modernen Webbrowser. Verwenden Sie bitte einen der unten aufgeführten Browser und stellen Sie sicher, dass automatische Updates aktiviert sind.
-🇧🇷 Atualize para um navegador compatível. O Fizzy requer um navegador moderno. Por favor, use um dos navegadores listados abaixo e certifique-se de que as atualizações automáticas estão ativadas.
-Safari 17.2+, Chrome 119+, Firefox 121+, Opera 104+
-The change you wanted was rejected. Maybe you tried to change something you didn’t have access to. If you’re the application owner check the logs for more information.
-We’re sorry, but something went wrong.
If you’re the application owner check the logs for more information.