Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no tables populated in DB #29

Open
patrickjquinn opened this issue Jan 20, 2024 · 5 comments
Open

no tables populated in DB #29

patrickjquinn opened this issue Jan 20, 2024 · 5 comments

Comments

@patrickjquinn
Copy link

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
Copy link

+1 Facing the same issue

@JacobLinCool
Copy link
Owner

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
Copy link

osen77 commented Apr 14, 2024

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

@jiangsi
Copy link

jiangsi commented Sep 3, 2024

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

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

@jiangsi
Copy link

jiangsi commented Sep 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@jiangsi @patrickjquinn @itsmereal @osen77 @JacobLinCool and others