luke
Explore posts from serversBBuildShip
•Created by luke on 4/1/2025 in #❓・buildship-help
Nested array support?
Part of my request body to the API needs to have this inside it. However it won't allow me to use nested arrays in the response body, is there a workaround to this? Perhaps just making the arrays variables and passing them that way? or does Buildship simply not allow nested arrays in a request body? Whenever I try to save this it says "Function updateDoc() called with invalid data. Nested arrays are not supported"
Body:
{
"colorPalette": [
[
246,
242,
255
],
[
255,
166,
213
],
[
228,
57,
71
]
]
}
4 replies
CDCloudflare Developers
•Created by luke on 5/20/2024 in #pages-help
Is it really unlimited sites?
I read on https://developers.cloudflare.com/pages/platform/limits/ "Cloudflare Pages has a soft limit of 100 projects within your account in order to prevent abuse". I'm intending to host hundreds of self-contained "micro-sites" for clients using Cloudflare pages. Is this something which it's not viable to use for? Or am I misunderstanding what a "project" is in this context?
16 replies