{# app/modules/dev_tools/templates/dev_tools/admin/platform-debug.html #} {% extends "admin/base.html" %} {% from 'shared/macros/headers.html' import page_header %} {% from 'shared/macros/tables.html' import table_wrapper, table_header, table_empty_state %} {% block title %}Diagnostics{% endblock %} {% block alpine_data %}platformDebug(){% endblock %} {% block content %} {{ page_header('Diagnostics', back_url='/admin/dashboard', back_label='Back to Dashboard') }}
Diagnostic Tools

Platform Resolution Trace

Simulates the middleware pipeline for each URL pattern to trace how platform & store context are resolved.

Custom Test

Domain Health

Simulates the middleware resolution pipeline for every active custom subdomain and custom domain to verify they resolve to the expected store.

Permissions Audit

Introspects all registered page routes and reports which have proper auth/permission enforcement.

Tenant Isolation Audit

Scans all stores and reports where configuration values come from — flagging silent inheritance, missing data, and potential data commingling.

{% endblock %}