An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /batch?id=23&op=do_nojs&op=do
StatusText: 500 Service unavailable (with message)
ResponseText: The website encountered an unexpected error. Please try again later.Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.brightcove_api_client.canonical" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 202 of core/lib/Drupal/Core/Routing/RouteProvider.php).

Get this when I try to export content.

Comments

jaydee1818 created an issue. See original summary.

blanca.esqueda’s picture

I've checked the compatibility of content sync with Brightcove.
The issue fixed on the Brightcove module:
#2988014: Brightcove module doesn't work with Content Synchronization module

NOTE: Brightcove content entities have at least one field that points to a configuration entity.
i.e. brightcove_api_client, SO make sure to export/import configuration before content.

blanca.esqueda’s picture

After doing more testing realized that the single export autocomplete field wasn't working for Brightcove content.
The Autocomplete field doesn't support target bundles parameter on bundle-less entities, and the Brightcove content entities are bundle-less.
So I created a patch to validate if the entity has bundles before passing target bundles parameters to the autocomplete.

  • Blanca.Esqueda committed 0df94c4 on 8.x-2.x
    Issue #2959028 by Blanca.Esqueda, jaydee1818: Full content export breaks...
  • Blanca.Esqueda committed 56f3d4c on 8.x-2.x
    Revert "Issue #2959028 by Blanca.Esqueda, jaydee1818: Full content...
blanca.esqueda’s picture

Version: 8.x-2.0 » 8.x-2.x-dev
Status: Active » Fixed

Patch added to version 8.x-2.x-dev

blanca.esqueda’s picture

Status: Fixed » Closed (fixed)