i started having this error immediately when i added a global variable to my appwrite cloud Global variables
TypeScript
type: process.env.FIREBASE_TYPE,
project_id: process.env.FIREBASE_PROJECT_ID,
private_key_id: process.env.FIREBASE_PRIVATE_KEY_ID,
private_key: process.env.FIREBASE_PRIVATE_KEY,
client_email: process.env.FIREBASE_CLIENT_EMAIL,
client_id: process.env.FIREBASE_CLIENT_ID,
auth_uri: process.env.FIREBASE_AUTH_URI,
token_uri: process.env.FIREBASE_TOKEN_URI,
auth_provider_x509_cert_url: process.env.FIREBASE_AUTH_PROVIDER_CERT_URL,
client_x509_cert_url: process.env.FIREBASE_CERT_URL,
universe_domain: process.env.FIREBASE_UNIVERSE_DOMAIN
};```
TL;DR
Error message "error:0909006C:PEM routines:get_name:no start line" occurring when adding global variables in Appwrite Cloud Variables. The issue arose after including a new global variable for Firebase configuration.
Solution: Ensure the Firebase Private Key is correctly formatted with proper start lines.value from Appwrite Global variable is being returned but issues persist...
Recommended threads
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...