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.
If I add a new domain, it is working fine only this domain fork-fable.appwrite.network returns a 500 even after deleting and redeploying.
The issue occurs frequently intially a session and invalidation error in login page followed by 500 error.
cc @Meldiron
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...