Per Östlin

Results 5 comments of Per Östlin

This would be great! With these in place we would be able to add other cloud storage options, e.g. Cloudinary. 👌 Cloudinary provides a really good free tier.

@joshnuss, we are currently looking for a sveltekit/stripe integration, but in our case we want to use subscriptions as well, do you have an ETA when examples for this might...

Perfect, thank you!

Hello @derrickmehaffy, I tried updating our Strapi instance to 4.12.5, but the issue is still there. Tried removing the content type and add it once more, save and publish, but...

A temporary work around is to use [dotenv](https://www.npmjs.com/package/dotenv) ```js // hooks.server.ts import 'dotenv/config' ```