BigFungus
CDCloudflare Developers
•Created by BigFungus on 2/11/2025 in #general-help
Versioning and deployment endpoints not working for dispatch namespaces
While not a priority, we would like to eventually have both gradual deployments as well as saving multiple versions of a script in the future
4 replies
CDCloudflare Developers
•Created by BigFungus on 2/11/2025 in #general-help
Versioning and deployment endpoints not working for dispatch namespaces
Response to
GET /accounts/<account_id>/workers/dispatch/namespaces/<namespace>/scripts/my_script/deployments
and GET /accounts/<account_id>/workers/dispatch/namespaces/<namespace>/scripts/my_script/versions
are identical and not as expected:
4 replies
CDCloudflare Developers
•Created by BigFungus on 12/13/2023 in #pages-help
Build error with simple ReactJS app on CF Pages
I have not found the root cause of the error but found a workaround: I set the hosting linux server with an earlier version of node
12.18.0
as opposed to node 18.17.1
.2 replies