Init terminating in do_boot with Intellij

Since upgrading my Intellij I’m getting this:

{"init terminating in do_boot",{undef,[{elixir,start_cli,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({undef,[{elixir,start_cli,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}) Crash dump is being written to: erl_crash.dump...done

but if I do the usual mix phx.server in the project root, all good

Any ideas? Path issues? Thanks!
Screenshot from 2022-08-26 10-11-24

Usually, when I had similar issues in the past, the problem was a wrong or no Elixir runtime selected in the project settings

1 Like

Thanks. I didn’t check there! Did an upgrade on Fedora Workstation which took 1.13.2 to 1.13.4.

Screenshot from 2022-08-26 20-04-04

Selecting the right location again as found everything.