はじめに
予期しないエラーが出たので解決方法をメモします。
問題
Firebaseにデプロイしていたアプリが開けなくなった。
コンソールには、以下のエラーが出ていた。
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は消去
自分は「XPath Helper」が原因だったようで、無効化したら通常のchromeでも開くことができた。
おわりに
make deployをし直したりして、時間を使ってしまいました。