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

【Supabase】DB連携できなくて404 (Not Found)エラーが出る

0
Posted at

はじめに

Supabaseでデータベースプロジェクトを作成。テーブルに存在するデータをReact+Viteで作成中の学習記録アプリ画面に表示させようとしたが、、、

問題

データベースプロジェクトが見つからないとエラーが出た。その為、Supabaseのテーブルに存在するデータが持ってこれない。

image.png

image.png

解決方法

ソースコードに書いたプロジェクト名が誤字っていました。。
正しいプロジェクト名を書くと、無事画面が表示されてテーブルのデータも表示されました。
×→study-records
〇→study-record

image.png

image.png

おわりに

誤字は気を付けましょう。。。。。

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