Currently unable to create a push provider for FCM or APNS....
https://github.com/appwrite/console/issues/2045
When uploading a file... FCM = Valid file returns "Unexpected end of JSON input" APNS = Doesn't allow upload of .p8 file format.
I'm aware there's a github issue - Just trying to raise here too as it's kind of a major problem not being to create a push provider if you're trying to use push notifications you've paid for 🙃
For FCM, you're uploading a p12 file? Not a JSON file?
For FCM I'm uploading a JSON file as that's all it's allowing me to upload. I'm not able to upload a p12 as it's rejected due to only JSON files being allowed on the form
Why would you upload a p12 file? What is the p12 file?
The p12 is irrelevant here as it's not working for JSON either. It's another format that service account keys are provided in via Google.
I see. I suppose since JSON is the recommended type, we only accept JSON which is why you can't upload a p12
Yes - That makes sense.
Unfortunatly for Firebase I get the error "Unexpected end of JSON input"
When uploading your JSON?
Hold on. Did you wave your magic wand? Either that or someone was watching me. I went to upload the same file I've been using consistently so I could get you a screenshot and now it works. Very odd. Nevermind 🙂
So we can ignore FCM and it's just the APNS issue not allowing .p8
😅 kk I'll escalate the APNS issue today to see if anyone can work on it
Really appreciate that. Thank you
Hi, I've uploaded my JSON for FCM and I'm having the same error...
I changed the name and uploaded it and it worked lol
@Steven Thanks for getting that pushed through
@Steven I'm. a little confused - Is that released now? The PR is closed but the issue still persists
It may not have been released yet
Recommended threads
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...