Torque
Torque
CDCloudflare Developers
Created by Torque on 10/4/2024 in #workers-discussions
does snippets support kv? If not is
Invoking kv api over http will require configuring an api token which is something I want to avoid.
2 replies
CDCloudflare Developers
Created by Torque on 2/8/2024 in #general-discussions
I am getting 405 error code when a
I was actually hitting some other endpoint which was causing this issue. It was not an issue with ipv6. I reconfigured my origin server with ipv4 only and it is working. It seems cloudflared is doing ipv6 to ipv4 translation and so no need to configure ipv6 on my origin server.
2 replies
CDCloudflare Developers
Created by Adi on 1/24/2024 in #pages-help
Change production branch name for pages direct deployment
You can create a production deployment from any branch by overriding the branch name to the one which is the default branch for production deployment. E.g. if I have checked out stage branch and I want to create a production deployment from this branch, then it can be achieved by executing wrangler pages deploy ./dist --project-name <project_name> --branch main command from the current branch.
5 replies