Back
[SOLVED] appwrite-worker-messaging Call to a member function send() on null
- 0
- Self Hosted
- Accounts
Hi, im getting this error on phone auth
TypeScript
[Job] Received Job (653d0c2d8c9718.17156609).
[Job] (653d0c2d8c9718.17156609) failed to run.
[Job] (653d0c2d8c9718.17156609) Call to a member function send() on null
[Error] Type: Error
[Error] Message: Call to a member function send() on null
[Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Messaging.php
[Error] Line: 102
TL;DR
The user was getting an error "Call to a member function send() on null" while using phone authentication. The issue was due to incorrect environment variable settings. They had set it as "@MSG91" instead of "@msg91". The problem was resolved by correcting the environment variable.I don't think your environment variables are set correctly
oh i had set it as @MSG91 but it was @msg91
i fixed it
[SOLVED] appwrite-worker-messaging Call to a member function send() on null
Recommended threads
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...