Fork me on GitHub
#portal
<
2024-01-29
>
msolli13:01:55

Thanks for Portal, it’s absolutely brilliant! I just updated from 0.45.1 to 0.51.1 in my app. I use the IntelliJ plugin, which itself is at 0.51.1. Now the Portal window is just sitting there, empty, after (p/open {:launcher :intellij}) (although just (p/open) works). I binary-searched by way through the releases between 0.45.1 and 0.51.1, and 0.49.0 is the first one that doesn’t work on my machine. I’ve tried deleting the .portal directory. Any ideas for troubleshooting this one?

djblue19:01:46

I think the only recent change to the intellij plugin was an https://github.com/djblue/portal/pull/205/files for the new version. It looks like it should be backwards compatible :thinking_face:

Tom H.21:01:42

I’m running into the same issue, I can check version numbers when I’m back at my pc

djblue22:01:37

Does Intellij produce any error logs?

msolli07:01:47

I just tried on a different machine, and now it works with version 0.51.1. I'll try again on the other one and report back with information from the logs.

msolli13:02:18

I found one exception in the logs - something to do with the Package Search plugin from JetBrains. I uninstalled that plugin, and now Portal works. I don’t know it this was cause or correlation, but hopefully others can try the same ting if they run into this problem.