.wordpress-org/blueprints/blueprint.json:27 installs "slug": "realtime-collaboration", which isn't this plugin anymore.
Fixing the slug alone won't make the preview work. The blueprint installs Presence API but not Gutenberg, and sync-storage.php:8 declares Requires Plugins: presence-api, gutenberg, so WordPress will refuse to activate either way.
.wordpress-org/blueprints/blueprint.json:27installs"slug": "realtime-collaboration", which isn't this plugin anymore.Fixing the slug alone won't make the preview work. The blueprint installs Presence API but not Gutenberg, and
sync-storage.php:8declaresRequires Plugins: presence-api, gutenberg, so WordPress will refuse to activate either way.