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

Api Spec (API Reference/resourcePath/schema) under API Catalog on Drupal Developer portal loading intermittently #259

Closed anoopgoel closed 3 months ago

anoopgoel commented 3 months ago

Description

Api Spec (API Reference/resourcePath/schema) under API Catalog on Drupal Developer portal loading intermittently. Api spec loading on refreshing the page else API reference is coming blank.

Same issue seems reported by someone here: https://www.googlecloudcommunity.com/gc/Apigee/Apigee-Developer-portal-kickstart-specs-does-not-render-on-very/m-p/786059#M80087

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to 'Drupal portal/apis'
  2. Click on 'View Documentation' under API Catalog
  3. Resource types are blank and loads after refreshing the page.

Actual Behavior

Resource types are blank and loads after refreshing the page.

Expected Behavior

Resource types should not be blank and show resources (resoucePath/schema)

Screenshots

Screenshot attached.

Api-spec-blank
kedarkhaire commented 3 months ago

Hi @anoopgoel

This can be the issue with formatter you are currently using, try using other formatter as mentioned here.

The above change will solve your issue. Do let us know, if any other issue you faced related to this or it works for you.

Thanks!

anoopgoel commented 3 months ago

Hi @kedarkhaire

Thanks for your response. Yes it resolved my issue.

Thanks again! Anoop Goel