Description:
After upgrading to EasyAdmin 5.0.11, all navigation links (dashboard, CRUD listings, etc.) redirect to the
current page instead of navigating to the target. This makes the admin panel completely unusable.
Reproduction Steps:
- Install EasyAdmin 5.0.11
- Open any admin page (e.g., /admin)
- Click on any navigation link in the sidebar or main menu
- Expected: Navigate to the target page
- Actual: Redirect to the current page (loop redirect)
Environment:
- EasyAdmin: 5.0.11 (broken), 5.0.9 (working)
- Symfony: 6.4
- PHP: 8.2+
Workaround:
Downgrade to EasyAdmin 5.0.9:
composer require easycorp/easyadmin-bundle:^5.0.9
rm -rf var/cache/*
Additional Notes:
- 5.0.10 status unknown — needs testing
- Clearing cache alone doesn't fix it; version downgrade required
- Affects all navigation, making admin panel inaccessible in 5.0.11
Description:
After upgrading to EasyAdmin 5.0.11, all navigation links (dashboard, CRUD listings, etc.) redirect to the
current page instead of navigating to the target. This makes the admin panel completely unusable.
Reproduction Steps:
Environment:
Workaround:
Downgrade to EasyAdmin 5.0.9:
composer require easycorp/easyadmin-bundle:^5.0.9
rm -rf var/cache/*
Additional Notes: