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
- RealtimeResponseEvent Typescript Bug
Hello, could you please fix RealtimeResposneEvent, the one in realtime.ts have timestamp: string, but the one in client.ts have timestamp: number, and it causes...
- Realtime Docs are outdated
The Realtime docs are outdated.
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...