I've uploaded a video to demonstrate the problem - https://failiem.lv/f/8euhqaxnx
and you're saying hte problem is the app begins to become unresponsive?
if you do enough calls, yes, my chrome browser crashed
im not sure what's going on....did you look at the netwrok tab to see what was going on?
yeah its open in the video
i saw the realtime, not the api call for the function execution.
Give me a moment i will record again with all resources enabled
i would also look at the Execution Logs in the Appwrite Console to see how those are doing
It crashed again on video https://failiem.lv/u/hda7wunus#/view/9sn5wnpdr
you mean the function logs? all of them seems to be executed with no problems
this is in container -
no your Function Execution Logs in the Appwrite Console
no errors there, everything good
maybe try to set the _APP_OPTIONS_ABUSE
to disabled
?
i think i found the problem, it was on svelte side, for some reason the owner of the repo did a realtime multiple subscription
i changed the subscription to onmount, and it seems its better, i just reached rate limit, will check tomorrow if it fixed the problem
one thing that's odd from this is some executions return the status code but then it still says pending for time. I don't know what would be causing that pending.
i will report back, good night
yep, that fixed the problem, works smooth now!
I'm sure @Meldiron would appreciate a PR to fix this 😉
Yeah i will do that during weekend, i will write what wasn't understandable for me in the beginning as well, so other people can run the repo faster
maybe make some images
@Steven can we mark this as solved please? No idea if I can do that on my own. Does Close post mark this as solved? Or i guess its just renaming the post?
[SOLVED ] realtime updates
[SOLVED] realtime updates
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- i am getting 404 not found in my current...
in my current appwrite i am getting 404 not found from backend side and in frontend getting error of CORS error as backend is not working
- How to create a custom authentication sy...
I’m looking to create an Appwrite function that first verifies a client using some custom logic, like providing a secret key. Once this verification is complete...