Replies: 1 comment
-
@maxxwv I am pretty sure this has something to do with your web server config |
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
-
I found issue 201, but it doesn't seem to apply in this situation. Running
php artisan route:list
shows the expected routes and there are no conflicts, but I'm getting a 404 every time I try to access the URL. Bothenv('APP_ENV');
andconfig('app.env');
return 'local', so I assume I should be able to see the built docs.I've got a base route defined on '/' that redirects to the login page so my default routing is working, it's just returning a 404 on the defined Scramble routes.
Using Laravel 11.20.0 and Scramble 0.11.11.
Beta Was this translation helpful? Give feedback.
All reactions