So, Ive created an custom error page for our website, made with October 3
Following the docs (Pages - October CMS - 3.x), Ive created a simple page on /pages, with the url /error:
title = "Error"
url = "/error"
layout = "error"
is_hidden = 0
==
Its working normally on localhost, both by forcing an error or going directly to /error
When I uploaded it to the server, though, it just wont work.
Same configs, debug is false, I can even see the page in the editor. But /error gives me a 404 and forcing an error displays the default laravel error page
I tried clearing the cache, tried php artisan route:cache, but nothing makes any difference: it just wont work
So I dont know what to try anymore, and I dont know how to debug this.
Any hints would be much appreciated