
My domain fork-fable.appwrite.network returns a 500 even after deleting and redeploying. Other domains added in domains of appwrite after deployment works fine, the CORS policy error is also limited to this domain only. Even deployment on vercel works. So it’s likely a stale route cache issue on your end.

Deployment logs: [17:08:24] [open-runtimes] Environment preparation started. [17:08:24] [open-runtimes] Environment preparation finished. [17:08:24] [open-runtimes] Build command execution started.
added 208 packages, and audited 209 packages in 7s
46 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
foodfables@0.0.0 build vite build
vite v7.1.5 building for production... transforming... ✓ 217 modules transformed. rendering chunks... computing gzip size... dist/index.html 0.38 kB │ gzip: 0.25 kB dist/assets/index-p69xcSPe.css 18.66 kB │ gzip: 4.52 kB dist/assets/index-Dc3gHx8V.js 1,672.10 kB │ gzip: 563.95 kB
(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. ✓ built in 17.73s
[17:08:50] [open-runtimes] Build command execution finished. [17:08:50] [open-runtimes] Build packaging started. [17:08:51] [open-runtimes] Build packaging finished. [17:08:51] [open-runtimes] Build finished. [17:08:56] [appwrite] Edge distribution started. [17:09:00] [appwrite] Edge distribution finished successfully (5/5). [17:09:00] [appwrite] Screenshot capturing started. [17:09:10] [appwrite] Screenshot capturing finished. [17:09:10] [appwrite] Deployment finished.
Recommended threads
- File tokens regenerate each page reload
Hello, on appwrite 1.7.4, when I create a file token via the API Tokens(appwriteAdminClient)#createFileToken I get a secret, then when I check in the console t...
- Images not showing up --
so i made this movie app - i hosted it successfully using appwrite but the images arent showing up --- https://movie-app-jsm.appwrite.network/ this is the movie...
- What’s the current approach for always o...
Read that it’s not a thing out of the box, but what’s the possible setup here?
