ksOriginal post
Rank 1: Thread
I cannot save my jwt private keys in the global .env for my function to use them. I have tried putting "" around them, I have tried the normal way with no special characters and saving them like this PRIVATE_KEY=89A80DA but using the exact same methods i have made several methods work on my pc but not on appwrite.
Already put in a lot of time on this and wondering if theres something im missing. When I context.log it, it looks fine but just cant get anything to work
Summary
Developers having trouble saving jwt private keys in the global .env for their function to use in Appwrite. Tried different methods but keys work on PC, not in Appwrite. Context.log shows keys fine but still can't get them to work.