Clicking on Plugin Repository, Office Connector Configuration, WebDAV Configuration, or Configure Allowlist yields 'Page Not Found' in 2.10.x

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Some links in Admin Console wil yield a "Page not found", for instance, when clicking on:

  • Plugin Repository
  • WebDAV configuration
  • Configure allowlist
  • Office Connector Configuration

Cause

Plugin Repository Client is version 2.13.3, which is not compatible with 2.10.x. See APR-171.

Resolution

*To resolve this problem, remove the Confluence Repository Client from the PLUGINDATA table: *

tip/resting Created with Sketch.

See How to manually remove malfunctioning add-ons.

  1. Run:

    select PLUGINDATAID, PLUGINKEY, FILENAME from PLUGINDATA where PLUGINKEY = 'confluence.repository.client';
    
  2. Ensure there are no records returned for this query. If there are, remove them from the databese:

    delete from PLUGINDATA where PLUGINKEY = 'confluence.repository.client';
    
  3. Also uninstall it through the plugin manager, from Administration >> Plugins. Confluence will then reload the bundled plugin in the next startup.
  4. Restart Confluence to reload the plugin from the bundled-plugins folder.





























Last modified on Sep 29, 2020

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.