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
- Bun Runtime
Any chance we could get Bun 1.3.8 added to the runtimes? We're currently on 1.1 and the update would be awesome
- Gitlab function automation
Im trying to automate my function deployment using gitlabs ci/cd pipeline. Im currently failing trying to use the appwrite cli to create a new deployment. ```...
- SSL for SaaS
Hi everyone 👋 I'm building a website builder SaaS using Appwrite Cloud Functions My architecture relies on users connecting their own custom domains via CNAME...