+19
public/editor/tabs/UploadTab.tsx
+19
public/editor/tabs/UploadTab.tsx
···+window.alert('Some files were too large for your PDS. Your PDS is not allowing uploads large enough to store your site. Please contact your PDS host. This could also possibly be a result of it being behind Cloudflare free tier.')
+1
-1
src/lib/constants.ts
+1
-1
src/lib/constants.ts
+8
src/routes/wisp.ts
+8
src/routes/wisp.ts
···const isRateLimited = error?.status === 429 || error?.message?.toLowerCase().includes('rate');+const customError = new Error('Your PDS is not allowing uploads large enough to store your site. Please contact your PDS host. This could also possibly be a result of it being behind Cloudflare free tier.');