iLearn
CDCloudflare Developers
•Created by iLearn on 12/23/2024 in #general-help
Cloudflare Billing Support not responding for payment failure issue
My Cloudflare Ticket "[Cloudflare - 01321154] All Indian Credit Cards getting declined", is still in New state, after 4 days. Ticket raised as P2.
I understand, this may not be right forum to resolve this. But, please suggest other ways to reach Billing Support and get this issue resolved.
Resolution of this ticket is important, else i need to switch to other registrar and AWS ecosystem.
Thanks.
14 replies
CDCloudflare Developers
•Created by iLearn on 11/23/2024 in #workers-help
Limitation of "Total Disk Space" available for Workers Assets
Hi Devs, CF Members,
Planning to build online book store based on Nuxt.js framework. Following are facys and My Q. Facts : 1. Planning to build Nuxt.js web app with Workers and Workers Assets , based on article "https://developers.cloudflare.com/workers/frameworks/framework-guides/nuxt/" 2. Use-Case : Build an online Book Store, which will have route : /public/book/preview/{book_id}/ (Eg. https://myWebPage.com/book/preview/book123/book123.html) route will be preview of the book and display book_title, book_author, book_summary (keeping simple, for this post) 3. Each book will have its own static HTML, stored in the respective book_id directory, inside public folder. My Qs : Q#1 : How many files can i store in "Workers Assets" ? What are the limitations of "Total Disk Space" (for Workers ($5) Paid Account, NOT Workers on Platform) available for Workers Assets ? Q#1A : Asking bluntly (to understand scalability of storage of Workers Assets), can i store 1 trillion static HTML files stored in "Workers Assets" ? Thanks.
Planning to build online book store based on Nuxt.js framework. Following are facys and My Q. Facts : 1. Planning to build Nuxt.js web app with Workers and Workers Assets , based on article "https://developers.cloudflare.com/workers/frameworks/framework-guides/nuxt/" 2. Use-Case : Build an online Book Store, which will have route : /public/book/preview/{book_id}/ (Eg. https://myWebPage.com/book/preview/book123/book123.html) route will be preview of the book and display book_title, book_author, book_summary (keeping simple, for this post) 3. Each book will have its own static HTML, stored in the respective book_id directory, inside public folder. My Qs : Q#1 : How many files can i store in "Workers Assets" ? What are the limitations of "Total Disk Space" (for Workers ($5) Paid Account, NOT Workers on Platform) available for Workers Assets ? Q#1A : Asking bluntly (to understand scalability of storage of Workers Assets), can i store 1 trillion static HTML files stored in "Workers Assets" ? Thanks.
6 replies