JacobLinCool / d1-manager

D1 Manager is a web UI and API for Cloudflare D1, a serverless SQL database. It provides a web interface for managing databases, tables, and records, as well as an AI assistant to help you write query in natural language.
https://d1-manager.pages.dev
MIT License
456 stars 230 forks source link

no tables populated in DB #29

Open patrickjquinn opened 10 months ago

patrickjquinn commented 10 months ago

I have a DB bound to my page deployment for the manager but when I select it in the interface, I'm greeted with the DB title up top, the query field and no tables.

When I download the DB from the "download" button and open it up I get "{"success":false,"error":"Route not found"}"

itsmereal commented 10 months ago

+1 Facing the same issue

JacobLinCool commented 10 months ago

I just added some server logs. Can you try to re-deploy and tail the logs with wrangler pages deployment tail? (See an example here.)

Additionally, if you have any special characters in the table name, please let me know.

osen77 commented 7 months ago

遇到相同的问题,没有可选的数据库 image image image

jiangsi commented 3 months ago

+1 the same isssue use wrangler pages deployment tail ,get log here

(debug) d1-manager:dbms Database Bindings: +0ms

jiangsi commented 2 months ago

set D1 database bindings before you deploy the workers you will find the table

if want to change or add DB , you can git pull ,change some code ,and commit and push . the workers will rebuild and deploy again . and then ,you will find out the DB table you added