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
- 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...