After assigning a domain to my Dart function, I’m getting extra function execution.
- 0
- Functions
- Cloud
I’ve attached the images. Could anyone please explain how this execution is being performed?
My dart function info
since it's a function, you can show/hide the Trigger which show how it got executed or others if you need them
you can also click on the row to show the details about it
@Ibaraki Douji Thanks for your response. But the main thing is, I don’t want this execution to be created in the first place. I’m getting around 200 requests each day.
hmm, when looking at the paths it uses, it looks like some bots trying to find vulnerabilities in your functions (i think via the domain)
like trying common paths that could contains credentials, this should be handled by their anti ddos (unless they use residential proxies without spamming) and others protections they offer on cloud, but may not be available in free plan
i might be wrong, but it's very similar to some others webservers i've seen
Hmm
Recommended threads
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- [SOLVED] Appwrite 25.1.0 returns Invalid...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...