Problem/Motivation
I want to test out jsonapi -- I have used simplytest.me in the past, and it worked well.
Steps to reproduce
Type in jsonapi, select the module, hit Launch SandBox.
Notice: Undefined index: project in simplytest_projects_fetch_versions() (line 401 of /var/www/html/profiles/simplytest/modules/simplytest_projects/simplytest_projects.module).
Notice: Undefined index: project in simplytest_projects_fetch_versions() (line 405 of /var/www/html/profiles/simplytest/modules/simplytest_projects/simplytest_projects.module).
(Also, a general error appeared once, but when I refreshed, it disappeared).
See attached screenshots and building preview with errors.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
mglamanThis is probably due to the fact the jsonapi module is now part of core, so the Composer entry maps to drupal/core and not drupal/jsonapi.
Comment #3
nerdsteinThis is correct. It was moved so it cannot load both core and jsonapi now.
Please type in "drupal" for the project and enable jsonapi through the extend screen.