1
0

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 1 year has passed since last update.

JavaScriptからRails APIにGETする画面にて、無限リロードに陥った話

Posted at

状況

ローカル環境でToDoアプリの開発中、トップ画面で無限リロードが発生し、トップページが操作できなくなりました。
トップページでは、JavaScriptからRails APIに対しGETして、作成したタスクを表示する実装のため、リロードされる度にGETされ続ける状況です。

原因&結論

VS CodeのLive Serverが原因でした。Live Serverがオンのため、ページが常にリロードされ続けていました。最初はJavaScriptの無限ループかと思って右往左往していましたが、こんな簡単なことに気づけないとは・・・

今後JavaScriptからHTTPメソッドを投げる実装中は、LiveServerの切り忘れに気をつけよう・・・という記事でした。

ここまでご覧いただき、ありがとうございました。
この記事が同じ状況に陥った初学者の方の一助になれば幸いです。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?