mirror of
https://github.com/penpot/penpot.git
synced 2026-05-26 02:13:46 +00:00
Documents how to detect, diagnose, and recover from frontend crashes (the Internal Error page) when working through the Penpot Plugin API: - Detect via (some? (:exception @app.main.store/state)) in the cljs REPL - Read cause from the same map (:type, :code, :hint, :details, :uri, ...) - Reload by listing/selecting the workspace tab in playwright and re-navigating to its URL, then re-checking the exception is gone Co-authored-by: Claude <noreply@anthropic.com>