I have built saas using react and tanstack, when I connect my repo(private) with appwrite sites, deployment works properly but screenshot capture fails, and while I visit the website it shows a timeout error... And build size is 70mb How to fix this issue
TL;DR
Developers having issues when connecting a private repository to Appwrite sites, with screenshot capture failing and resulting in a timeout error when visiting the website. The build size is 70mb.
Potential solution: Check and adjust the network timeout settings in Appwrite and optimize the build size to improve website performance.Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...