Back
[SOLVED] appwrite-worker-messaging Call to a member function send() on null
- 0
- Resolved
- 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
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...
- I can't migrate my project from Appwrite...
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I...