I am trying to create a fcm push notification service using appwrite functions with its REST API to invoke that function from my client side app and getting this error on function invokation logs.I have put several logs statements in code but nothing happening except this error
I have used the fcm template provided from appwrite and made some changes in it. My code repo: https://github.com/Thre4dripper/FCM-Notification-Service
I have tested the flow with test.js script available in this repo, and its working fine when invoked locally, the forth env variable is not required so i have removed it. The flow is well tested and working locally, but not in appwrite.
Attaching the postman request with body, kindly help me out, i am blocked
Recommended threads
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...