i'm trying to `wrangler d1 migrations

i'm trying to wrangler d1 migrations list letsapply-db --remote and wrangler is just dying with an exit code of "1" (no text). any suggestions on how to debug?
1 Reply
zsmooth
zsmoothOP3w ago
this is all i see before it dies with WRANGLER_LOG=debug:
⛅️ wrangler 3.107.3
--------------------

-- START CF API REQUEST: GET https://api.cloudflare.com/client/v4/memberships?page=1
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
-- END CF API REQUEST
-- START CF API RESPONSE: OK 200
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
-- END CF API RESPONSE
Saving to cache: {"account":{"id":"xxxxx","name":"xxxxx"}}
⛅️ wrangler 3.107.3
--------------------

-- START CF API REQUEST: GET https://api.cloudflare.com/client/v4/memberships?page=1
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
-- END CF API REQUEST
-- START CF API RESPONSE: OK 200
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
-- END CF API RESPONSE
Saving to cache: {"account":{"id":"xxxxx","name":"xxxxx"}}

Did you find this page helpful?