its getting the auth key proper.. and also flow id
but only the messge and mobile is missing
Can you share your flow?
flow in the sense template id?
The actual flow or template
its
Hi, Your login OTP is ##otp## . Please do not share it with anyone.
-RBMSMS
Do you have Usssf in your env or docker-compose.yml somewhere?
I have no idea.. but it just keeps appearing everything i upgrade appwrite or migrate
But the Usssf never gave me any trouble
Search please
and in docker compose file there are no occurances
Ya...dollar signs would get interpolated improperly
oh how to fix it?
just remove the $ sign ?
yes you are right
Set it to that then
should i restart the appwrite stack?
Recreate with docker compose up -d
Then run this again
this time it ran without any errors
docker compose exec appwrite-worker-messaging sed -i 's#\[$to\]#$to#g' /usr/src/code/vendor/utopia-php/messaging/src/Utopia/Messaging/Adapters/SMS/Msg91.php
docker compose restart appwrite-worker-messaging
[+] Restarting 1/1
โ Container appwrite-worker-messaging Started 10.5s
and it worked
i got the sms
Lol I'm surprised but I'll take it ๐คฃ
I don't really understand why the incorrect openssl key would make the sms not send
also im using appwrite from very long and when i first installed it the openssl key was set with $
Recommended threads
- functions domain error
I cannot set up the domain for function Iโm trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...