404 on all standard laravel routes after updating to v3.2.31 #5122
Unanswered
CodeMooseVTG
asked this question in
Troubleshooting
Replies: 2 comments 4 replies
-
What version did you upgrade from? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Still not 100% sure why this happened or why this fixes it - but moving the search route from |
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
-
Statamic Pro v3.2.31
Laravel v8.80.0
Hi there! I recently updated all the packages in my install - now any routes defined outside Statamic are returning 404. I have one route in my
web.php
that is used to pull in some external data with a default Laravel controller:To be clear, this route was working perfectly before the update. I strongly suspect this is a Statamic issue, as when I disable routing in
config/statamic/routes.php
everything works as expected. I also set up a simple "Hello World" route in a new controller to make sure it wasn't a typo or something about the search controller implementation - the simplest possible controller method still returns 404, and works when Statamic routing is disabled.Has anyone else run into this? I can't find any other threads or documentation about similar issues - is there some new mechanism I need to engage to allow normal routes again?
Beta Was this translation helpful? Give feedback.
All reactions