Fix facilities route ordering — static segments must precede {facility} wildcard
/facilities/space-assignment and /facilities/schedule-builder were registered
after /facilities/{facility}, so Laravel matched the wildcard first and tried
to resolve the literal slugs as UUIDs, crashing with invalid uuid syntax.
Static routes are now declared before the wildcard.
Co-Authored-By:
Claude Opus 4.8 <noreply@anthropic.com>
Showing
Please register or sign in to comment