Problem/Motivation
I open the "Try now" link on the Project Browser page, sign in, and visit the Project Browser page with the default filters.
I see the following modules:

Several popular modules are missing, including PathAuto and Webform. I have checked their project pages, and they appear to be maintained. I also checked the first project showing, Field Group, and it is "minimally maintained".
If I remove the "Maintained" filter, the following are shown:

The above uses the "live" endpoint. If I switch to the mocked endpoint, and restore the default filters, I get:

I suspect there is something awry with the set of maintenance status values that the filter is allowing.
Steps to reproduce
Open Project Browser with "Drupal.org JSON API" endpoint.
Browse projects with and without Maintenance filter active.
Proposed resolution
Check the values being included by the Maintenance Status filter.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Screenshot from 2024-07-17 12-08-54.png | 280.04 KB | lostcarpark |
| Screenshot from 2024-07-16 18-39-19.png | 288.05 KB | lostcarpark | |
| Screenshot from 2024-07-16 17-58-25.png | 277.37 KB | lostcarpark | |
| Screenshot from 2024-07-16 17-55-56.png | 270.25 KB | lostcarpark |
Issue fork project_browser-3461879
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
fjgarlin commentedWell spotted. When copy/pasting the UUIDS, I missed one character on that filter.
Then change here is a global search/replace adding the missing character.
Ready for review.
Comment #5
lostcarpark commentedI have tested manually in DrupalPod, and verified the expected projects are now appearing...
All tests are passing, so this looks good to me.
Moving to RTBC.
Thanks for the quick fix.
Comment #8
chrisfromredfineasy fix, big results. ;)