Hello,
In GoCD 20.3.0, the packages page was rewritten as part of the UI/UX refresh (
https://www.gocd.org/releases/#20-3-0). But it had a bug that the value of `auto_update` was set to false always.
1. Upgrade to 20.4.0 or later. Please read the release notes carefully for any breaking changes.
2. You can toggle to the older page packages page via executing the following curl command: (Admin privileges required)
```curl
-H 'Authorization: Bearer admin-token' \
-X PUT
-d '{ "toggle_value": "on"}'
```