3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Ruby on Rails Tutorial】Oops VFS connection does not exist と表示される。【再起動実施済】

Posted at

#プレビュー画面が表示されない

AWSのcloud9でRuby on Rails Tutorialを実施していたところ、プレビュー画面で以下となった。

image.png

##実施したこと
調べてみたところ、EC2サービスを再起動すれば、表示されるとのこと。
AWSのEC2からインスタンスを表示し、再起動を実施。
rails server コマンドを実施し、プレビュー画面が表示されるか確認するとまだ表示されない・・。

##原因
どうやらブラウザが原因のよう。
braveという広告ブロック機能が搭載されたブラウザ(報酬でBATという仮想通貨がもらえる!)
を利用していたため、制限されてしまっていた。
右上のライオンマークから「Shields 有効このサイトに対して」を無効にしたところ、直った。

image.png

こんなしょうもないことで詰まるのはよくないので、今後はChromeを使おう・・・。

3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?