It is not possible to search up Context module from the list.
When using direct link the name is not visable;
https://simplytest.me/configure?project=context

When trying to launch the module it gives this error:
This may be the error:
In RootPackageLoader.php line 160:
require.drupal/ is invalid, it should have a vendor name, a forward slash,
and a package name. The vendor and package name can be words separated by -
, . or _. The complete name should match "^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0
-9](([_.]?|-{0,2})[a-z0-9]+)*$".update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [
...]

| Comment | File | Size | Author |
|---|---|---|---|
| #4 | context-module-on-simplytest.png | 323.6 KB | abhisekmazumdar |
| #2 | image.png | 1.26 MB | pkghang |
| Screenshot from 2023-03-04 16-38-40.png | 243.08 KB | matsbla | |
| Screenshot from 2023-03-04 16-37-57.png | 679.63 KB | matsbla |
Comments
Comment #2
pkghang commentedI did the setup on my local and the context project is coming for me.
but on the https://simplytest.me/ site, it's not updated. So in this case: the site administrator has to update/import the latest project data from the Drupal project list.
As you can see below screenshot:-
Comment #3
mglamanThere's something else wrong going on in production with populating the autocomplete: https://simplytest.me/simplytest/projects/autocomplete?string=context that is the result. As you can see, the plain "context" module isn't returning but variants matching the LIKE search. This is a known bug with the autocomplete.
I think we need to do an exact match query and also a fuzzy search. Always returning the exact match first.
@pkghang you see it because you only have a subset of projects.
Comment #4
abhisekmazumdarI was able to setup a site with context module required and installed.