apigee / apigee-api-catalog-drupal

Manage your API catalog within Drupal's content management approach
https://www.drupal.org/project/apigee_api_catalog
GNU General Public License v2.0
17 stars 16 forks source link

Fatal error in adminimal with breadcrumb block on node edit for API Doc type #234

Closed bdanin closed 10 months ago

bdanin commented 10 months ago

Description

When editing an API Doc, using the adminimal admin theme, there is a fatal error related to the breadcrumb block.

Steps to Reproduce

Attempt to edit an API Doc piece of content.

Actual Behavior

Fatal Error.

php-error Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Route "view.apigee_api_catalog.page_1" does not exist." at /mnt/www/html/site/docroot/core/lib/Drupal/Core/Routing/RouteProvider.php line 206"

Expected Behavior

No errors.

Screenshots

The website encountered an unexpected error. Please try again later.

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "view.apigee_api_catalog.page_1" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 206 of core/lib/Drupal/Core/Routing/RouteProvider.php).

Drupal\Core\Routing\UrlGenerator->getRoute('view.apigee_api_catalog.page_1') (Line: 270)
Drupal\Core\Routing\UrlGenerator->generateFromRoute('view.apigee_api_catalog.page_1', Array, Array, 1) (Line: 105)
Drupal\Core\Render\MetadataBubblingUrlGenerator->generateFromRoute('view.apigee_api_catalog.page_1', Array, Array, ) (Line: 765)
Drupal\Core\Url->toString() (Line: 1765)
template_preprocess_breadcrumb(Array, 'breadcrumb', Array)
call_user_func_array('template_preprocess_breadcrumb', Array) (Line: 287)
Drupal\Core\Theme\ThemeManager->render('breadcrumb', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 80)
__TwigTemplate_bf71c84e7e435c3fd79d787a94ffc3b7->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 68)
__TwigTemplate_bf71c84e7e435c3fd79d787a94ffc3b7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/contrib/seven/templates/classy/block/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
__TwigTemplate_a51c2b8b8f1ba1b1daf55f8460b52d85->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/contrib/seven/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 479)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
__TwigTemplate_6cd4b4c870046a869f15f6d926b010fb->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/contrib/seven/templates/classy/layout/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

Notes

Editing the configuration of the breadcrumb block on the admin screen to exclude pages: '*/node/*/edit' fixes this error.

Version Info

    "drupal/apigee_api_catalog": "^3.0", => 3.0.4
    "drupal/apigee_edge": "^2.0", => 2.1.1
shishir-intelli commented 10 months ago

@bdanin , Could you please run command composer show and share the output list here. Meantime, also check here /admin/structure/views/view/apigee_api_catalog if this view exists and the machine name is page_1.

bdanin commented 10 months ago

@shishir-intelli there does not appear to be an apigee_api_catalog on my site. Perhaps it wasn't created, it was originally built on an older version of the Apigee Edge module.

Composer show output:

acquia/http-hmac-php                           6.1.0             An implementation of the HTTP HMAC Spec in PHP that...
alchemy/zippy                                  0.4.9             Zippy, the archive manager companion
apigee/apigee-client-php                       2.1.0             Client library for connecting to the Apigee Edge API.
asm89/stack-cors                               1.3.0             Cross-origin resource sharing library and stack mid...
behat/mink                                     v1.10.0           Browser controller/emulator abstraction for PHP
behat/mink-selenium2-driver                    v1.6.0            Selenium2 (WebDriver) driver for Mink framework
bower-asset/swagger-ui                         v3.52.5          
caxy/php-htmldiff                              v0.1.14           A library for comparing two HTML files/snippets and...
chi-teck/drupal-code-generator                 2.6.2             Drupal code generator
chillerlan/php-qrcode                          4.3.4             A QR code generator. PHP 7.4+
chillerlan/php-settings-container              2.1.4             A container class for immutable settings objects. N...
christian-riesen/otp                           2.7.0             One Time Passwords, hotp and totp according to RFC4...
ckeditor-plugin/fakeobjects                    4.13.1           
ckeditor-plugin/link                           4.13.1           
clue/stream-filter                             v1.6.0            A simple and modern approach to stream filtering in...
composer/ca-bundle                             1.3.6             Lets you find a path to the system CA bundle, and i...
composer/composer                              2.2.21            Composer helps you declare, manage and install depe...
composer/installers                            v1.12.0           A multi-framework Composer library installer
composer/metadata-minifier                     1.0.0             Small utility library that handles metadata minific...
composer/pcre                                  1.0.1             PCRE wrapping library that offers type-safe preg_* ...
composer/semver                                3.3.2             Semver library that offers utilities, version const...
composer/spdx-licenses                         1.5.7             SPDX licenses list and validation library.
composer/xdebug-handler                        3.0.3             Restarts a process without Xdebug.
consolidation/annotated-command                4.9.1             Initialize Symfony Console commands from annotated ...
consolidation/config                           2.0.6             Provide configuration services for a commandline tool.
consolidation/filter-via-dot-access-data       2.0.2             This project uses dflydev/dot-access-data to provid...
consolidation/log                              2.1.1             Improved Psr-3 / Psr\Log logger based on Symfony Co...
consolidation/output-formatters                4.3.2             Format text by applying transformations provided by...
consolidation/robo                             4.0.2             Modern task runner
consolidation/self-update                      2.2.0             Provides a self:update command for Symfony Console ...
consolidation/site-alias                       3.1.7             Manage alias records for local and remote sites.
consolidation/site-process                     4.2.1             A thin wrapper around the Symfony Process Component...
cweagans/composer-patches                      1.7.3             Provides a way to patch Composer packages.
davidrjonas/composer-lock-diff                 1.7.0             See what has changed after a composer update.
dealerdirect/phpcodesniffer-composer-installer v1.0.0            PHP_CodeSniffer Standards Composer Installer Plugin
defuse/php-encryption                          v2.4.0            Secure PHP Encryption Library
dflydev/dot-access-configuration               v1.0.3            Given a deep data structure representing a configur...
dflydev/dot-access-data                        v1.1.0            Given a deep data structure, access data by dot not...
dflydev/placeholder-resolver                   v1.0.3            Given a data source representing key => value pairs...
doctrine/annotations                           1.13.3            Docblock Annotations Parser
doctrine/collections                           1.8.0             PHP Doctrine Collections library that adds addition...
doctrine/common                                3.4.3             PHP Doctrine Common project is a library that provi...
doctrine/deprecations                          v1.1.1            A small layer on top of trigger_error(E_USER_DEPREC...
doctrine/event-manager                         2.0.0             The Doctrine Event Manager is a simple PHP event sy...
doctrine/instantiator                          2.0.0             A small, lightweight utility to instantiate objects...
doctrine/lexer                                 1.2.3             PHP Doctrine Lexer parser library that can be used ...
doctrine/persistence                           3.2.0             The Doctrine Persistence project is a set of shared...
doctrine/reflection                            1.2.4             The Doctrine Reflection project is a simple library...
drupal/acquia_connector                        4.0.5             Allows Drupal websites to connect with Acquia.
drupal/acquia_purge                            1.3.0             Top-notch cache invalidation on Acquia Cloud!
drupal/acquia_search                           3.1.10            Provides integration between your Drupal site and A...
drupal/admin_toolbar                           3.4.1             Provides a drop-down menu interface to the core Dru...
drupal/adminimal_admin_toolbar                 1.11.0            Adminimal styling brought to admin toolbar.
drupal/adminimal_theme                         1.7.0             Drupal administration theme with modern minimalist ...
drupal/advagg                                  5.0.0             Improved aggregation of CSS/JS files to speed up pa...
drupal/allowed_formats                         2.0.0             Limit which text formats are available for each fie...
drupal/anchor_link                             2.6.0             This plugin module adds the better link dialog and ...
drupal/ape                                     1.5.0             Allows finer control of the Cache Control header.
drupal/apigee_api_catalog                      3.0.4             Apigee API Catalog for Drupal
drupal/apigee_edge                             2.1.1             Apigee Edge for Drupal.
drupal/auto_entityqueue                        2.1.0             Automatically adds entities to entityqueues.
drupal/better_exposed_filters                  6.0.3             Replaces the Views default single- or multi-select ...
drupal/blazy                                   2.16.0            Provides basic bLazy integration for lazy loading a...
drupal/block_field                             1.0.0-rc4         Provides a field that allows a content entity to cr...
drupal/block_type_templates                    1.0.0-alpha3      Adds a theme suggestion for a template per block type.
drupal/cache_control_override                  1.1.0             Override page Cache-Control header based on bubbled...
drupal/chosen                                  3.0.5             Makes select elements more friendly using the Chose...
drupal/chosen_lib                              3.0.5             This module provides the basic integration with the...
drupal/ckeditor                                1.0.2             WYSIWYG editing for rich text fields using CKEditor.
drupal/ckeditor_codemirror                     3.0.0-beta4       CodeMirror source syntax highlighting for CKEditor 5.
drupal/clamav                                  2.0.1             Integration with the ClamAV anti-virus scanner.
drupal/classy_paragraphs                       1.0.0-rc2         Allows an editor to apply a class to paragraphs.
drupal/cloudflare_purge                        1.7.0             Allow customers to purge cached resources from Clou...
drupal/coder                                   8.3.21            Coder is a library to review Drupal code.
drupal/components                              3.0.0-beta3       Registers folders of components defined by your the...
drupal/composer_deploy                         1.7.0             Provide version number from composers lockfile.
drupal/config_filter                           1.10.0            Config Filter allows other modules to interact with...
drupal/config_inspector                        2.1.2             Provides a configuration data and structure inspect...
drupal/config_pages                            2.15.0            ConfigPages module
drupal/config_readonly                         1.0.0-beta5       Enables making the active configuration store read-...
drupal/config_split                            1.9.0             Configuration filter for importing and exporting ex...
drupal/console                                 1.9.9             The Drupal CLI. A tool to generate boilerplate code...
drupal/console-core                            1.9.7             Drupal Console Core
drupal/console-en                              v1.9.7            Drupal Console English Language
drupal/console-extend-plugin                   0.9.5             Drupal Console Extend Plugin
drupal/content_lock                            2.3.0             Prevents multiple users from trying to edit a conte...
drupal/core                                    9.5.10            Drupal is an open source content management platfor...
drupal/core-composer-scaffold                  9.5.10            A flexible Composer project scaffold builder.
drupal/core-dev                                9.5.10            require-dev dependencies from drupal/drupal; use in...
drupal/core-recommended                        9.5.10            Core and its dependencies with known-compatible min...
drupal/critical_css                            1.19.0            Inlines a critical CSS file into a page's HTML head
drupal/crop                                    2.3.0             Provides storage and API for image crops.
drupal/cshs                                    3.6.0             A simple client-side hierarchical select widget for...
drupal/csv_serialization                       2.1.0             Provides CSV as a serialization format.
drupal/ctools                                  3.14.0            Provides a number of utility and helper APIs for Dr...
drupal/date_popup                              1.3.0             Provides a HTML 5 date popup for all views filters.
drupal/devel                                   5.1.2             Various blocks, pages, and functions for developers.
drupal/devel_kint_extras                       1.1.0             Shows methods and statics available for an object w...
drupal/devel_php                               1.5.0             Re-add Execute PHP feature to Devel.
drupal/diff                                    1.1.0             Compares two entity revisions
drupal/dropzonejs                              2.8.0             Drupal integration for DropzoneJS - An open source ...
drupal/eck                                     2.0.0             ECK (Entity Construction Kit) allows users to creat...
drupal/editor_advanced_link                    2.2.4             Editor Advanced link
drupal/embed                                   1.6.0             Provides a framework for different types of embeds ...
drupal/encrypt                                 3.1.0             Provides an API for two-way encryption.
drupal/entity                                  1.4.0             Provides expanded entity APIs, which will be moved ...
drupal/entity_browser                          2.9.0             Entity browsing and selecting component.
drupal/entity_diff_ui                          1.0.1             Provide UI plugins of diff for entities.
drupal/entity_embed                            1.4.0             Allows any entity to be embedded within a text area...
drupal/entity_reference_revisions              1.10.0            Entity Reference Revisions
drupal/entity_toolbar                          1.4.0             Entity Toolbar
drupal/entity_usage                            2.0.0-beta12      Track usage of entities referenced by other entities
drupal/entityqueue                             1.7.0             Allows users to collect entities in arbitrarily ord...
drupal/external_hreflang                       2.0.2             Allow adding alternate hreflang for external sites ...
drupal/extlink                                 1.7.0             Modify behavior and appearance of external links.
drupal/fakeobjects                             1.2.0             Adds the FakeObjects plugin to CKEditor. This plugi...
drupal/field_defaults                          1.3.0             Field Defaults allows batch updating of default fie...
drupal/field_group                             3.4.0             Provides the field_group module.
drupal/file_link                               2.1.0             Extends the core Link module by storing metadata ab...
drupal/file_mdm                                2.6.0             Provides a service to manage file metadata.
drupal/file_replace                            1.3.0             Allows to replace files
drupal/flexslider                              2.0.0             FlexSlider 2 integration for Drupal
drupal/flood_control                           2.3.2             Provides administration possibilities for hidden fl...
drupal/focal_point                             1.5.0             Focal Point allows content creators to mark the mos...
drupal/ga_login                                1.0.0-alpha6      TFA plugins for Hmac-Based One Time Passwords & Tim...
drupal/image_browser                           1.5.0             Provide Image Browser service like Media in Drupal 7.x
drupal/imagemagick                             3.4.0             Provides an image toolkit to integrate ImageMagick ...
drupal/imce                                    3.0.9             Provides a file manager supporting personal folders.
drupal/inline_entity_form                      1.0.0-rc15        Provides a widget for inline management (creation, ...
drupal/jquery_ui                               1.6.0             Provides jQuery UI library.
drupal/jquery_ui_datepicker                    2.0.0             Provides jQuery UI Datepicker library.
drupal/jquery_ui_slider                        2.0.0             Provides jQuery UI Slider library.
drupal/jquery_ui_touch_punch                   1.1.0             Provides jQuery UI Touch Punch library.
drupal/key                                     1.17.0            Provides the ability to manage site-wide keys
drupal/libraries                               4.0.4             Allows version-dependent and shared usage of extern...
drupal/link_attributes                         1.14.0            Provides a widget to allow settings of link attribu...
drupal/linkit                                  6.0.0             Linkit - Enriched linking experience
drupal/login_redirect_per_role                 1.9.0             Provides ability to redirect user on Log in and Log...
drupal/masquerade                              2.0.0-rc4         Allows privileged users to masquerade as another user.
drupal/media_entity_generic                    1.2.0             Provides a generic Media source plugin.
drupal/memcache                                2.5.0             High performance integration with memcache.
drupal/menu_block                              1.10.0            Provides configurable blocks of menu links.
drupal/metatag                                 1.26.0            Manage meta tags for all entities.
drupal/migrate_plus                            6.0.1             Enhancements to core migration support.
drupal/migrate_tools                           6.0.2             Tools to assist in developing and running migrations.
drupal/minifyhtml                              2.0.3             Minify the contents of the Drupal page
drupal/nbsp                                    2.3.0             Minimal module to insert a non-breaking space (&nbs...
drupal/node_view_permissions                   1.6.0             enables permissions 'View own content' and 'View an...
drupal/paragraphs                              1.15.0            Enables the creation of Paragraphs entities.
drupal/paragraphs_usage                        1.0.4             Check if an a paragraph is used in specific content...
drupal/pathauto                                1.11.0            Provides a mechanism for modules to automatically g...
drupal/private_files_download_permission       3.1.1            
drupal/purge                                   3.4.0             Provides a generic external cache invalidation API ...
drupal/purge_invalidation_form                 2.0.2             Directly invalidate items without going through the...
drupal/purge_queuer_coretags                   3.4.0             Queues every tag that Drupal invalidates internally.
drupal/radix                                   5.0.11            Responsive Bootstrap 5 base theme for Drupal.
drupal/real_aes                                2.5.0             Provides an Authenticated AES encryption method for...
drupal/rebuild_cache_access                    1.9.0             Provide a Rebuild Cache admin toolbar button access...
drupal/redirect                                1.8.0             Allows users to redirect from old URLs to new URLs.
drupal/replicate                               1.2.0             Replicate provide an API to replicate (duplicate) e...
drupal/replicate_ui                            1.1.0             Provides a UI for Replicate (local tasks, entity op...
drupal/scanner                                 dev-1.x 3dd0de1   Perform search and replace on chosen text fields.
drupal/scheduler                               1.5.0             Automatically publish and unpublish content at spec...
drupal/schema_metatag                          2.5.0             Metatag implementation of Schema.org structured dat...
drupal/search_api                              1.29.0            Provides a generic framework for modules offering s...
drupal/search_api_solr                         4.2.12            Offers an implementation of the Search API that use...
drupal/seckit                                  2.0.1             SecKit provides Drupal with various security-harden...
drupal/session_limit                           dev-1.x 4405853   Limit simultaneous user sessions.
drupal/seven                                   1.0.0             The Seven theme from Drupal 8/9 moved to contrib
drupal/shield                                  1.7.0             Creates a general shield for the site.
drupal/simple_sitemap                          4.1.6             Creates a standard conform hreflang XML sitemap of ...
drupal/single_content_sync                     1.3.16            This is a simple way of exporting a single node to ...
drupal/slick                                   2.9.0             Slick carousel, the last carousel you'll ever need.
drupal/smart_trim                              2.1.0             Provides a more robust alternative to 'summary or t...
drupal/sophron                                 1.3.0             Provides an extensive MIME types management API
drupal/stage_file_proxy                        2.1.1             Provides stage_file_proxy module.
drupal/swagger_ui_formatter                    3.5.0             Provides a Swagger UI field formatter for File and ...
drupal/taxonomy_multidelete_terms              1.4.0             This module help to delete multiple terms at one time.
drupal/tfa                                     1.2.0             Pluggable provider of two factor authentication for...
drupal/token                                   1.12.0            Provides a user interface for the Token API, some m...
drupal/token_custom                            1.0.0-alpha4      Allow users to define custom tokens to use thoughou...
drupal/token_filter                            2.0.0             This is a very simple module to make global token v...
drupal/twig_extender                           5.0.1             Add new extensions to twig template engine
drupal/twig_field_value                        2.0.2             Twig filters for value(s) and label.
drupal/twig_tweak                              3.2.1             A Twig extension with some useful functions and fil...
drupal/username_enumeration_prevention         1.3.0             Prevents username enumeration on password reset and...
drupal/video_embed_field                       2.5.0             A pluggable field type for storing videos from exte...
drupal/views_bulk_edit                         2.9.0             Allows bulk edition of entity field values.
drupal/views_bulk_operations                   4.2.5             Adds an ability to perform bulk operations on selec...
drupal/views_data_export                       1.3.0             Plugin to export views data into various file formats.
drupal/views_field_view                        1.0.0-beta5       Adds a view field handler to embed views inside views.
drupal/viewsreference                          1.8.0             Views Reference
drupal/xhprof                                  1.0.0-beta6       Provides code profiling with XHProf integration.
drush/drush                                    11.6.0            Drush is a command line shell and scripting interfa...
easyrdf/easyrdf                                1.1.1             EasyRdf is a PHP library designed to make it easy t...
egulias/email-validator                        3.2.6             A library for validating emails against several RFCs
enlightn/security-checker                      v1.10.0           A PHP dependency vulnerabilities scanner based on t...
enyo/dropzone                                  v5.9.3            Handles drag and drop of files for you.
erusev/parsedown                               1.7.4             Parser for Markdown.
ezyang/htmlpurifier                            v4.16.0           Standards compliant HTML filter written in PHP
farzher/fuzzysort                              dev-master master
fightbulc/moment                               1.34              Parse, validate, manipulate, and display dates in P...
fileeye/mimemap                                2.0.1             A PHP library to handle MIME Content-Type fields an...
fileeye/pel                                    0.9.20            PHP Exif Library. A library for reading and writing...
firebase/php-jwt                               v6.8.1            A simple library to encode and decode JSON Web Toke...
friends-of-behat/mink-browserkit-driver        v1.6.1            Symfony2 BrowserKit driver for Mink framework
grasmash/expander                              1.0.0             Expands internal property references in PHP arrays ...
guzzlehttp/guzzle                              6.5.8             Guzzle is a PHP HTTP client library
guzzlehttp/promises                            1.5.3             Guzzle promises library
guzzlehttp/psr7                                1.9.1             PSR-7 message implementation that also provides com...
halaxa/json-machine                            1.1.3             Efficient, easy-to-use and fast JSON pull parser
harvesthq/chosen                               v1.8.7            Chosen is a JavaScript plugin that makes select box...
http-interop/http-factory-guzzle               1.2.0             An HTTP Factory using Guzzle PSR7
instaclick/php-webdriver                       1.4.16            PHP WebDriver for Selenium 2
jean85/pretty-package-versions                 2.0.5             A library to get pretty versions strings of install...
justinrainbow/json-schema                      5.2.12            A library to validate a json schema.
kint-php/kint                                  3.3               Kint - debugging tool for PHP developers
laminas/laminas-escaper                        2.12.0            Securely and safely escape HTML, HTML attributes, J...
laminas/laminas-feed                           2.21.0            provides functionality for creating and consuming R...
laminas/laminas-stdlib                         3.17.0            SPL extensions, array utilities, error handlers, an...
league/container                               4.2.0             A fast and intuitive dependency injection container.
league/csv                                     9.10.0            CSV data manipulation made easy in PHP
league/period                                  4.12.0            Time range API for PHP
longwave/laminas-diactoros                     2.14.2            PSR HTTP Message implementations
maennchen/zipstream-php                        3.1.0             ZipStream is a library for dynamically streaming dy...
masterminds/html5                              2.7.6             An HTML5 parser and serializer.
mglaman/drupal-check                           1.4.0             CLI tool for running checks on a Drupal code base
mglaman/phpstan-drupal                         1.1.37            Drupal extension and rules for PHPStan
mikey179/vfsstream                             v1.6.11           Virtual file system to mock the real file system in...
mkalkbrenner/php-htmldiff-advanced             0.0.8             An add-on for the php-htmldiff library for comparin...
myclabs/deep-copy                              1.11.1            Create deep copies (clones) of your objects
nette/neon                                     v3.4.0            🍸 Nette NEON: encodes and decodes NEON file format.
nikic/php-parser                               v4.17.1           A PHP parser written in PHP
olivernn/lunr                                  dev-master master
oomphinc/composer-installers-extender          2.0.1             Extend the composer/installers plugin to accept any...
paragonie/constant_time_encoding               v2.6.3            Constant-time Implementations of RFC 4648 Encoding ...
paragonie/random_compat                        v9.99.100         PHP 5.x polyfill for random_bytes() and random_int(...
patchwork/jsqueeze                             v2.0.5            Efficient JavaScript minification in PHP
pear/archive_tar                               1.4.14            Tar file management class with compression support ...
pear/console_getopt                            v1.4.3            More info available on: http://pear.php.net/package...
pear/pear-core-minimal                         v1.10.13          Minimal set of PEAR core files to be used as compos...
pear/pear_exception                            v1.0.2            The PEAR Exception base class.
phar-io/manifest                               2.0.3             Component for reading phar.io manifest information ...
phar-io/version                                3.2.1             Library for handling version information and constr...
phenx/php-font-lib                             0.5.4             A library to read, parse, export and make subsets o...
php-http/client-common                         2.7.0             Common HTTP Client implementations and tools for HT...
php-http/discovery                             1.19.1            Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlu...
php-http/guzzle6-adapter                       v2.0.2            Guzzle 6 HTTP Adapter
php-http/httplug                               2.4.0             HTTPlug, the HTTP client abstraction for PHP
php-http/message                               1.14.0            HTTP Message related tools
php-http/message-factory                       1.1.0             Factory interfaces for PSR-7 HTTP Message
php-http/promise                               1.1.0             Promise used for asynchronous HTTP requests
phpdocumentor/reflection-common                2.2.0             Common reflection classes used by phpdocumentor to ...
phpdocumentor/reflection-docblock              5.3.0             With this component, a library can provide support ...
phpdocumentor/type-resolver                    1.7.3             A PSR-5 based resolver of Class names, Types and St...
phpspec/prophecy                               v1.17.0           Highly opinionated mocking framework for PHP 5.3+
phpspec/prophecy-phpunit                       v2.0.2            Integrating the Prophecy mocking library in PHPUnit...
phpstan/phpdoc-parser                          1.23.1            PHPDoc parser with support for nullable, intersecti...
phpstan/phpstan                                1.10.29           PHPStan - PHP Static Analysis Tool
phpstan/phpstan-deprecation-rules              1.1.4             PHPStan rules for detecting usage of deprecated cla...
phpunit/php-code-coverage                      9.2.27            Library that provides collection, processing, and r...
phpunit/php-file-iterator                      3.0.6             FilterIterator implementation that filters files ba...
phpunit/php-invoker                            3.1.1             Invoke callables with a timeout
phpunit/php-text-template                      2.0.4             Simple template engine.
phpunit/php-timer                              5.0.3             Utility class for timing
phpunit/phpunit                                9.6.11            The PHP Unit Testing framework.
politsin/jquery-ui-touch-punch                 1.0               Extension to jQuery UI for mobile touch event support.
psr/cache                                      1.0.1             Common interface for caching libraries
psr/container                                  1.1.2             Common Container Interface (PHP FIG PSR-11)
psr/event-dispatcher                           1.0.0             Standard interfaces for event handling.
psr/http-client                                1.0.2             Common interface for HTTP clients
psr/http-factory                               1.0.2             Common interfaces for PSR-7 HTTP message factories
psr/http-message                               1.0.1             Common interface for HTTP messages
psr/log                                        1.1.4             Common interface for logging libraries
psy/psysh                                      v0.11.20          An interactive shell for modern PHP.
ralouphie/getallheaders                        3.0.3             A polyfill for getallheaders.
react/promise                                  v2.10.0           A lightweight implementation of CommonJS Promises/A...
sebastian/cli-parser                           1.0.1             Library for parsing CLI options
sebastian/code-unit                            1.0.8             Collection of value objects that represent the PHP ...
sebastian/code-unit-reverse-lookup             2.0.3             Looks up which function or method a line of code be...
sebastian/comparator                           4.0.8             Provides the functionality to compare PHP values fo...
sebastian/complexity                           2.0.2             Library for calculating the complexity of PHP code ...
sebastian/diff                                 4.0.5             Diff implementation
sebastian/environment                          5.1.5             Provides functionality to handle HHVM/PHP environments
sebastian/exporter                             4.0.5             Provides the functionality to export PHP variables ...
sebastian/global-state                         5.0.6             Snapshotting of global state
sebastian/lines-of-code                        1.0.3             Library for counting the lines of code in PHP sourc...
sebastian/object-enumerator                    4.0.4             Traverses array structures and object graphs to enu...
sebastian/object-reflector                     2.0.4             Allows reflection of object attributes, including i...
sebastian/recursion-context                    4.0.5             Provides functionality to recursively process PHP v...
sebastian/resource-operations                  3.0.3             Provides a list of PHP built-in functions that oper...
sebastian/type                                 3.2.1             Collection of value objects that represent the type...
sebastian/version                              3.0.2             Library that helps with managing the version number...
seld/jsonlint                                  1.10.0            JSON Linter
seld/phar-utils                                1.2.1             PHAR file format utilities, for when PHP phars you up
sirbrillig/phpcs-variable-analysis             v2.11.17          A PHPCS sniff to detect problems with variables.
slevomat/coding-standard                       8.13.4            Slevomat Coding Standard for PHP_CodeSniffer comple...
solarium/solarium                              6.3.1             PHP Solr client
squizlabs/php_codesniffer                      3.7.2             PHP_CodeSniffer tokenizes PHP, JavaScript and CSS f...
stack/builder                                  v1.0.6            Builder for stack middleware based on HttpKernelInt...
stecman/symfony-console-completion             0.11.0            Automatic BASH completion for Symfony Console Compo...
symfony-cmf/routing                            2.3.4             Extends the Symfony routing component for dynamic r...
symfony/browser-kit                            v4.4.44           Simulates the behavior of a web browser, allowing y...
symfony/cache                                  v5.4.25           Provides extended PSR-6, PSR-16 (and tags) implemen...
symfony/cache-contracts                        v2.5.2            Generic abstractions related to caching
symfony/config                                 v4.4.44           Helps you find, load, combine, autofill and validat...
symfony/console                                v4.4.49           Eases the creation of beautiful and testable comman...
symfony/css-selector                           v4.4.44           Converts CSS selectors to XPath expressions
symfony/debug                                  v4.4.44           Provides tools to ease debugging PHP code
symfony/dependency-injection                   v4.4.49           Allows you to standardize and centralize the way ob...
symfony/deprecation-contracts                  v2.5.2            A generic function and convention to trigger deprec...
symfony/dom-crawler                            v4.4.45           Eases DOM navigation for HTML and XML documents
symfony/error-handler                          v4.4.44           Provides tools to manage errors and ease debugging ...
symfony/event-dispatcher                       v4.4.44           Provides tools that allow your application componen...
symfony/event-dispatcher-contracts             v1.1.13           Generic abstractions related to dispatching event
symfony/expression-language                    v4.4.47           Provides an engine that can compile and evaluate ex...
symfony/filesystem                             v4.4.42           Provides basic utilities for the filesystem
symfony/finder                                 v4.4.44           Finds files and directories via an intuitive fluent...
symfony/http-client-contracts                  v2.5.2            Generic abstractions related to HTTP clients
symfony/http-foundation                        v4.4.49           Defines an object-oriented layer for the HTTP speci...
symfony/http-kernel                            v4.4.50           Provides a structured process for converting a Requ...
symfony/inflector                              v5.4.21           Converts words between their singular and plural fo...
symfony/lock                                   v4.4.46           Creates and manages locks, a mechanism to provide e...
symfony/mime                                   v5.4.13           Allows manipulating MIME messages
symfony/options-resolver                       v4.4.44           Provides an improved replacement for the array_repl...
symfony/phpunit-bridge                         v5.4.26           Provides utilities for PHPUnit, especially user dep...
symfony/polyfill-ctype                         v1.27.0           Symfony polyfill for ctype functions
symfony/polyfill-iconv                         v1.27.0           Symfony polyfill for the Iconv extension
symfony/polyfill-intl-grapheme                 v1.27.0           Symfony polyfill for intl's grapheme_* functions
symfony/polyfill-intl-idn                      v1.27.0           Symfony polyfill for intl's idn_to_ascii and idn_to...
symfony/polyfill-intl-normalizer               v1.27.0           Symfony polyfill for intl's Normalizer class and re...
symfony/polyfill-mbstring                      v1.27.0           Symfony polyfill for the Mbstring extension
symfony/polyfill-php56                         v1.20.0           Symfony polyfill backporting some PHP 5.6+ features...
symfony/polyfill-php72                         v1.27.0           Symfony polyfill backporting some PHP 7.2+ features...
symfony/polyfill-php73                         v1.27.0           Symfony polyfill backporting some PHP 7.3+ features...
symfony/polyfill-php80                         v1.27.0           Symfony polyfill backporting some PHP 8.0+ features...
symfony/polyfill-php81                         v1.27.0           Symfony polyfill backporting some PHP 8.1+ features...
symfony/process                                v4.4.44           Executes commands in sub-processes
symfony/property-access                        v4.4.44           Provides functions to read and write from/to an obj...
symfony/property-info                          v4.4.49           Extracts information about PHP class' properties us...
symfony/psr-http-message-bridge                v2.1.4            PSR HTTP message bridge
symfony/routing                                v4.4.44           Maps an HTTP request to a set of configuration vari...
symfony/serializer                             v4.4.47           Handles serializing and deserializing data structur...
symfony/service-contracts                      v2.5.2            Generic abstractions related to writing services
symfony/string                                 v6.3.2            Provides an object-oriented API to strings and deal...
symfony/translation                            v4.4.47           Provides tools to internationalize your application
symfony/translation-contracts                  v2.5.2            Generic abstractions related to translation
symfony/validator                              v4.4.48           Provides tools to validate values
symfony/var-dumper                             v5.4.26           Provides mechanisms for walking through any arbitra...
symfony/var-exporter                           v6.3.2            Allows exporting any serializable PHP data structur...
symfony/yaml                                   v4.4.45           Loads and dumps YAML files
theseer/tokenizer                              1.2.1             A small library for converting tokenized PHP source...
tubalmartin/cssmin                             v4.1.1            A PHP port of the YUI CSS compressor
twig/twig                                      v2.15.5           Twig, the flexible, fast, and secure template langu...
typo3/phar-stream-wrapper                      v3.1.7            Interceptors for PHP's native phar:// stream handling
webflo/drupal-finder                           1.2.2             Helper class to locate a Drupal installation from a...
webmozart/assert                               1.11.0            Assertions to validate method input/output with nic...
webmozart/path-util                            2.3.0             A robust cross-platform utility for normalizing, co...
webonyx/graphql-php                            v14.11.10         A PHP port of GraphQL reference implementation
shishir-intelli commented 10 months ago

@shishir-intelli there does not appear to be an apigee_api_catalog on my site. Perhaps it wasn't created, it was originally built on an older version of the Apigee Edge module.

apigee_api_catalog is a module which is there in your instance, see composer show list which you have shared above:

Screenshot 2023-08-31 at 12 33 38 PM

So, you should be able to see views here /admin/structure/views/view/apigee_api_catalog, somewhat like this:

Screenshot 2023-08-31 at 12 35 50 PM

Also, could you try changing the theme and check if it is giving same error.

bdanin commented 10 months ago

Thanks, uninstalling and then reinstalling this module added the view and the error goes away.