You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, Thank you for that amazing package.
I have tried to use this package with turbo repo and it was working fine on local
But when I have put it in production (Vercel), I have got the following issue
Error: [prisma-field-encryption] Error: no encryption key provided.
What I have Tried
I have put the encryption key on my vercel project as always, (this was already made on first deployement)
Then I have changed the key name from my own to "PRISMA_FIELD_ENCRYPTION_KEY" as mentioned in your docs
But I still get the same issue
Solution found
Finally I had to take all my local env to .env.local (not version controlled) an encryption key to .env(version controlled) that is not secure. My project is private and I am alone on I think this is not secure. By the way it is working with this solution
Issue description
Hi there, Thank you for that amazing package.
I have tried to use this package with turbo repo and it was working fine on local
But when I have put it in production (Vercel), I have got the following issue
What I have Tried
But I still get the same issue
Solution found
Finally I had to take all my local env to .env.local (not version controlled) an encryption key to .env(version controlled) that is not secure. My project is private and I am alone on I think this is not secure. By the way it is working with this solution
Version
The text was updated successfully, but these errors were encountered: