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
{{ message }}
This repository has been archived by the owner on May 11, 2021. It is now read-only.
We're currently using local storage as our storage provider. This works fine on local builds. But local storage is volatile on heroku.
Strapi does allow for alternate storage providers
Cloudinary is one such provider, that has quite a generous free tier. Using it requires the following npm modules
Switch storage provider to cloudinary. (use your own auth keys for now, I'll switch them to mine once the PR is verified)
The text was updated successfully, but these errors were encountered:
We're currently using local storage as our storage provider. This works fine on local builds. But local storage is volatile on heroku.
Strapi does allow for alternate storage providers
Cloudinary is one such provider, that has quite a generous free tier. Using it requires the following npm modules
The text was updated successfully, but these errors were encountered: