Phials plugin documentation
User guide
AI Disclosure: This page was generated by an LLM and may contain inaccuracies. Hand-crafted documentation will be implemented over time on the road to 1.0

Debug plugin failures

Start with what Phials shows, then test the cheapest boundary that could produce that symptom. A successful build proves that the source compiled; it does not prove that the release artifacts were installed, the plugin was loaded and activated, its providers match the current context, or a permission-gated operation was approved.

Choose the article by symptom

Visible symptomStart here
The plugin is absent from Installed, cannot be enabled, or shows Activation failedFix a plugin that will not load or activate
The plugin is activated, but a command, viewer, file view, panel, tab, or metadata field is missingFix missing or unavailable plugin capabilities
A plugin surface says it failed to load, is blank, is unstyled, or behaves incorrectly when resized or focusedFix plugin interface and rendering failures
An operation is denied, a new permission awaits review, or an API member or approved host command is unavailableFix permission and Plugin API failures
A bad setting, stored value, database record, or restored panel or tab state prevents normal useRecover plugin settings and data
The failure remains after a focused reproductionCollect diagnostics for unresolved failures

Use one diagnostic loop

For each test, record four things:

  1. Visible symptom: the exact status, message, missing capability, or broken interaction.
  2. Likely cause: the smallest boundary consistent with that symptom.
  3. Next action: one reversible check or change.
  4. Expected result: the observable signal that confirms or rejects the cause.

Change one boundary at a time. Rebuilding, reinstalling, changing permissions, and deleting data together may make the plugin appear fixed while hiding the actual fault.

Before changing runtime state, run the starter preflight:

npm run check
npm run build
npm run validate

If those commands pass, continue from the installed plugin card in Settings → Plugins → Community plugins → Installed. Keep the distinction between installed, enabled, loaded, and activated visible during the investigation.

Prefer reversible recovery

Reload before restarting Phials. Reset one plugin setting before all settings. Delete one key or database row before clearing a complete store. When a plugin must be reinstalled, keep its data unless the data itself is the confirmed cause.

Full data deletion is recovery of last resort. Collect a privacy-reviewed diagnostic report before using it so the original evidence is not lost.