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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...