4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Phoenix Playground をWSL環境から使えるようにする

Posted at

解決した問題

Phoenix PlaygroundをWSL環境で動作させてるLivebookから実行すると、起動できませんでした。

原因

Phoenix Playgroundがxgd-openを使って、localhost:4000をブラウザーで開こうとするのですが、xdg-openが実行できずエラーとなる。

解決策

xgd-openを実行した時に、Windows側のブラウザを起動するように設定する。

次の記事の設定を行って、起動できました。

結果

Phoenix Playgroundのサンプル開けました!

image.png

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?