sushi-chan
sushi-chan
CDCloudflare Developers
Created by sushi-chan on 4/16/2024 in #pages-help
Deploying stucks when service bindings in wrangler.toml
This worked! thank you so much!! 🧡
11 replies
CDCloudflare Developers
Created by sushi-chan on 4/16/2024 in #pages-help
Deploying stucks when service bindings in wrangler.toml
Even in a non-monorepo Pages project, I can no longer deploy if I set service binding in wrangler toml.
11 replies
CDCloudflare Developers
Created by sushi-chan on 4/16/2024 in #pages-help
Deploying stucks when service bindings in wrangler.toml
I just removed service binding from this wrangler.toml and found that I can deploy successfully. However, the service binding configuration should have been supported. https://developers.cloudflare.com/pages/functions/wrangler-configuration/#service-bindings
11 replies
CDCloudflare Developers
Created by sushi-chan on 4/16/2024 in #pages-help
Deploying stucks when service bindings in wrangler.toml
name = "remix-hono-turbo-frontend"
pages_build_output_dir = "./build/client"
compatibility_date = "2024-04-16"
services = [
{ binding = "BACKEND", service = "remix-hono-turbo-backend" },
]

[vars]
NODE_VERSION = "20"
name = "remix-hono-turbo-frontend"
pages_build_output_dir = "./build/client"
compatibility_date = "2024-04-16"
services = [
{ binding = "BACKEND", service = "remix-hono-turbo-backend" },
]

[vars]
NODE_VERSION = "20"
my wrangler.toml was this
11 replies
CDCloudflare Developers
Created by sushi-chan on 4/16/2024 in #pages-help
Deploying stucks when service bindings in wrangler.toml
No description
11 replies
CDCloudflare Developers
Created by sushi-chan on 4/16/2024 in #pages-help
Deploying stucks when service bindings in wrangler.toml
Thank you for your response. However, apparently the problem still persists and deployment of my remix app still stucks. Also, if I create a Next.js project in the same monorepo and try to deploy it according to next-on-pages as project nameremix-hono-turbo-web in my account, it gets stuck in the same way.
11 replies