I'll keep you informed
the glitchy ui...you have cloudflare proxy in front? can you clear the cache in cloudflare?
yes that was it thank you Should I leave cache disabled permanently?
nah, you can turn it on. you may have to manually clear the cache on upgrades
how i've got something the glitch with the ui / document error append every time i use the api to upload a doc from myy app
do you have file security enabled on the bucket?
what are the permissions on the bucket?
what version of appwrite are you on?
still 1.4.1
should i reinstall ?
no you're fine..i think i found the problem
permission bug that let the file get deleted but not the document 😬
thanks so much for all your troubleshooting
there is another problem that we can also see in the video if I add a document in addition to the one uploaded previously no longer works
With pleasure
hmm ya this is a different issue...
Hopefully this fix will be fixed in 1.4.2: https://github.com/appwrite/appwrite/pull/6102
thx for your time ;)
The UI still has a problem after opening/refreshing the page, but not when I use force reload, it's strange. Am I the only one having this problem? / is there a way to reset the svelte container? or is it really a bug and it will be fixed?
no one else has reported this. it's a local cache problem
I've already disabled every single possible cache on earth / Cloudfare / Proxy / local cache (evry possible method)/ other device / network 🥲
I think I'll reinstall and see if I reproduce the problem.
can you try this? https://ourtechroom.com/fix/clear-chrome-service-worker-cache/
more specifically the Service Workers and Storage under Application in dev tools
it sems to work at this time but i don't understand why this whas not cleared when i cleared the cache of entire google chrome. thanxs verry mutch <:appwriterocket:823996226894692403>
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...