Hi,
The Portal Inspector window in IntelliJ remains blank when trying to open it. This appears to be true for all my projects, including new ones.
Are there any debugging steps I can try or logging I can provide to help solve this issue?
Reproduction
Create an empty project with the following deps.edn
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.12.4"}
djblue/portal {:mvn/version "0.62.2"}}}
Create a default REPL configuration
Start the REPL and Portal with the following code:
/home/home/.jdks/openjdk-23.0.1/bin/java ...
Connecting to local nREPL server...
Clojure 1.12.4
nREPL server started on port 35859 on host localhost - nrepl://localhost:35859
(require '[portal.api :as portal])
=> nil
(portal/open {:launcher :intellij})
=> {:session-id #uuid "d15c6115-50cd-47ee-a626-d703f9d542b4"}
Expected outcome
The Portal Inspector displays the navigation bar and an empty metadata list
Actual outcome
The Inspector remains blank. It is the top pane in the screenshot below
Notes
Executing the (portal/open) form opens the Chrome Portal Inspector as expected.
Versions
IntelliJ 2025.3.3
Cursive 2025.2.1-253
Portal Inspector 0.62.2

Hi,
The Portal Inspector window in IntelliJ remains blank when trying to open it. This appears to be true for all my projects, including new ones.
Are there any debugging steps I can try or logging I can provide to help solve this issue?
Reproduction
Create an empty project with the following deps.edn
{:paths ["src"] :deps {org.clojure/clojure {:mvn/version "1.12.4"} djblue/portal {:mvn/version "0.62.2"}}}Create a default REPL configuration
Start the REPL and Portal with the following code:
Expected outcome
The Portal Inspector displays the navigation bar and an empty metadata list
Actual outcome
The Inspector remains blank. It is the top pane in the screenshot below
Notes
Executing the
(portal/open)form opens the Chrome Portal Inspector as expected.Versions
IntelliJ 2025.3.3
Cursive 2025.2.1-253
Portal Inspector 0.62.2