arbfay
arbfay
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
Found the bug for this error message. Deployment is fine now.
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
No description
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
(it's an Astro project)
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
Maybe unrelated error
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
Trying a simplified version of it, to a new dashboard2 project name, and it still fails.
name = "dashboard2"
pages_build_output_dir = "./dist"
compatibility_date = "2024-04-05"
compatibility_flags = ["nodejs_compat"]

[vars]
ACCOUNT_ID = "xxx"
ISSUER_ID = "xxx"

[[kv_namespaces]]
id = "xxx"
binding = "KV"

[[services]]
binding = "API"
service = "core-api"

[[queues.producers]]
binding = "EXCEPTIONS"
queue = "exceptions"
name = "dashboard2"
pages_build_output_dir = "./dist"
compatibility_date = "2024-04-05"
compatibility_flags = ["nodejs_compat"]

[vars]
ACCOUNT_ID = "xxx"
ISSUER_ID = "xxx"

[[kv_namespaces]]
id = "xxx"
binding = "KV"

[[services]]
binding = "API"
service = "core-api"

[[queues.producers]]
binding = "EXCEPTIONS"
queue = "exceptions"
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
Yeah was old name
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
# Generated by Wrangler on Fri Apr 05 2024 15:23:00 GMT+0200 (Central European Summer Time)
name = "dashboard"
pages_build_output_dir = "./dist"
compatibility_date = "2024-04-05"
compatibility_flags = ["nodejs_compat"]

[vars]
ACCOUNT_ID = "xxx"
ISSUER_ID = "xxx"

[[kv_namespaces]]
id = "xxx"
binding = "KV"

[[services]]
binding = "API"
service = "core-api"
environment = "production"

[env.production]
compatibility_date = "2024-04-05"

[env.production.vars]
ACCOUNT_ID = "xxx"
ISSUER_ID = "xxx"

[[env.production.kv_namespaces]]
id = "xxx"
binding = "KV"

[[env.production.services]]
binding = "API"
service = "core-api"
environment = "production"

[[env.production.queues.producers]]
binding = "EXCEPTIONS"
queue = "exceptions"
# Generated by Wrangler on Fri Apr 05 2024 15:23:00 GMT+0200 (Central European Summer Time)
name = "dashboard"
pages_build_output_dir = "./dist"
compatibility_date = "2024-04-05"
compatibility_flags = ["nodejs_compat"]

[vars]
ACCOUNT_ID = "xxx"
ISSUER_ID = "xxx"

[[kv_namespaces]]
id = "xxx"
binding = "KV"

[[services]]
binding = "API"
service = "core-api"
environment = "production"

[env.production]
compatibility_date = "2024-04-05"

[env.production.vars]
ACCOUNT_ID = "xxx"
ISSUER_ID = "xxx"

[[env.production.kv_namespaces]]
id = "xxx"
binding = "KV"

[[env.production.services]]
binding = "API"
service = "core-api"
environment = "production"

[[env.production.queues.producers]]
binding = "EXCEPTIONS"
queue = "exceptions"
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
Migrated to it, was fine with another page project, but not this one somehow
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
Yeah
27 replies
CDCloudflare Developers
Created by arbfay on 4/28/2024 in #pages-help
No logs - Tell me why deployment fails
The vars are defined in the wrangler.toml file. So it should appear there. Deleting secrets via dashboard also didn't work.
27 replies