selfhosting
and do you have something in front of Appwrite like a reverse proxy?
The user said that no
Is Appwrite installed locally where the emulator is running?
Yes, appwrite is deployed on a vps server
And the Android emulator is on that vps server?
No, it's physical device
Just my phone
Are you connecting to Appwrite through a VPN?
I'm curious what the 172.18 network is...
Did you install Appwrite using the docker install command?
No, i didn't use vpn
"Did you install Appwrite using the docker install command?" yes
Oooh wait this is in a function!
yep)
locale.get() fetches the current clients locale so this result is expected
The current client is the function
I see, thanks
Is there a way to restrict the executes of a specific function? The function calls sms and it will be bad if someone abuses it
Set execute permissions on the function
I mean to reduce count of execution per minute
Keep track of the count and then don't call the API got the sms
But if they spam for different phone numbers?
And?
The fact is that this function is available to unauthorized users. I can only limit it to guests only (anonymous sessions). Therefore, I cannot save the id of the user who called the function
sorry, can't help you there
okay, thanks
Recommended threads
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...