route not available on production #455
Replies: 1 comment
-
I had to clean the config cache 👍🏼 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've followed the instructions on the installation page but the log-viewer interface still gives
404
when I try to access it on production.route_domain
asenv('APP_URL')
(https://mydomain.com.br)route_path
still defaultlog-viewer
viewLogViewer
require_auth_in_production
still defaulttrue
I've also tried to add a
dd
on theGate::define
andLogViewer::auth
callback but they are never executed.The route
/log-viewer
is not listed onphp artisan route:list
PHP: ^8.3
Laravel: ^11.35.0
Log-Viewer: ^3.17
Beta Was this translation helpful? Give feedback.
All reactions