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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...