2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Firebaseでデプロイして開けていたアプリが、Uncaught Error: supabaseUrl is required.のエラーになった

Last updated at Posted at 2024-10-17

はじめに

予期しないエラーが出たので解決方法をメモします。

問題

Firebaseにデプロイしていたアプリが開けなくなった。

image.png

コンソールには、以下のエラーが出ていた。

Uncaught Error: supabaseUrl is required.
    at new xm (index-JsRZQA-D.js:40:158379)
    at Om (index-JsRZQA-D.js:40:161428)
    at index-JsRZQA-D.js:40:161465
81Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received

解決方法

chromeをシークレットモードにすることで開けた。
chromeの拡張機能が原因のようだった。

※念の為、URLは消去

image.png

自分は「XPath Helper」が原因だったようで、無効化したら通常のchromeでも開くことができた。

image.png

おわりに

make deployをし直したりして、時間を使ってしまいました。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?