底辺SE奮闘記

年収300万SEブログ

Supabase

【Supabase】supabase functions deployに「failed to start docker container」で失敗する件

現象 Dockerを起動しているのに、 npx supabase functions deploy を実行してもデプロイができない。なんなら下記のようなエラーが表示される。 failed to start docker container: Error response from daemon: failed to initialize logging driver: dial …

【Supabase】ローカル環境のEdge FunctionsからDatabaseに接続できなかった件

マニュアルを読んでいる方達ならこんなので詰まることはないのですが... 現象 ローカル環境のSupabase Edge Functionsから同じくローカル環境のSupabase Databaseに接続しようとすると下記エラーが出る。 {"message": "TypeError: error sending request for…