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
Recommended threads
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...