/error page not working on server

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

Perhaps it is debug mode.

What do you see instead of the error page?

Thank you for your reply

I see the default laravel error page, the one Im trying to change

Hi @diogo.abdalla

An October-based installation will only show the Laravel error page under very specific circumstances. Is this a fresh install of October CMS or a migrated Laravel site?

Sorry, by “laravel default page”, I mean this one

Im assuming thats what it is, because of the style, but Im not really very familiar with laravel either. In any case, is not the error page I created and set to /error

That site was migrated from October 1, but we did a fresh install and than moved theme and plugins there