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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- 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...