com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Adding Links to Navigate Between the Store and Publisher

By default, there are no links in the UIs of the API Store and API Publisher applications to traverse between the two apps.

To add a link in API Publisher to API Store:

  1. In <AM_HOME>/repository/conf/api-manager.xml file, set the <DisplayURL> to true and provide the URL of the Store.

    <APIStore>  
           <DisplayURL>true</DisplayURL>     
           <URL>https://${carbon.local.ip}:${mgt.transport.https.port}/store&lt;/URL>
    </APIStore>
  2. Note a URL in the API Publisher that points to the API Store. For example,

To add a link in API Store to API Publisher:

  1. In <AM_HOME>/repository/conf/api-manager.xml file, set the <DisplayURL> to true and provide the URL of the Publisher.

    <APIPublisher>
           <DisplayURL>true</DisplayURL>
           <URL>https://${carbon.local.ip}:${mgt.transport.https.port}/publisher&lt;/URL>  
    </APIPublisher>
  2. Note a URL in the API Store that points to the API Publisher. For example,
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.