[SOLVED] After assigning a domain to my Dart function, I’m getting extra function execution.
- 0
- Resolved
- 3
- 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
[SOLVED] After assigning a domain to my Dart function, I’m getting extra function execution.
Great! <:appwritepeepo:1156975874852270110> <:appwriterocket:823996226894692403>
Recommended threads
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...