This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-01
Channels
- # announcements (7)
- # babashka (72)
- # beginners (62)
- # biff (1)
- # calva (9)
- # cider (8)
- # clj-kondo (35)
- # clj-otel (8)
- # cljsrn (11)
- # clojure (98)
- # clojure-europe (25)
- # clojure-germany (1)
- # clojure-norway (9)
- # clojure-uk (2)
- # clojured (3)
- # clojurescript (12)
- # conjure (3)
- # core-logic (4)
- # cursive (18)
- # datalevin (9)
- # datomic (5)
- # defnpodcast (2)
- # exercism (1)
- # graalvm (5)
- # gratitude (6)
- # hyperfiddle (3)
- # interop (12)
- # jobs (1)
- # joyride (34)
- # lsp (22)
- # meander (14)
- # missionary (16)
- # nbb (88)
- # off-topic (4)
- # pathom (20)
- # podcasts-discuss (1)
- # polylith (13)
- # portal (10)
- # re-frame (6)
- # releases (2)
- # remote-jobs (2)
- # rewrite-clj (3)
- # shadow-cljs (3)
- # spacemacs (6)
- # vim (24)
clj -Sdeps '{:deps {djblue/portal {:mvn/version "0.26.0"}}}'
Portal has recently stopped working for me. I can start a new clj then require and run (portal.api/open)
and a blank chrome window pops up, but no portal and no errors. I think both chrome and portal have had new releases since I last tried to launch portal.Chrome 102 on latest M1 macOS.
java 11 and 17.
I can use the electron version of portal - so that's ok.
@U1G869VNV Just FYI, I figured out what this was. I had installed the Portal PWA in Edge browser, this installs an app profile in the same location as Chrome but the Info.plist
file has different keys. This meant that portal.runtime.browser/get-app-id-profile
was returning a map with a nil value like {:app-id nil}
I deleted the http://Portal.app profile and everything works again.
I think https://github.com/djblue/portal/commit/0be369dcf62bace636962eb8bb34fcf431e15d29 should fix it 👌
✅ 1
Tested. Works as you say.