-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't upgrade to Strapi 5 #193
Comments
I used O1 to generate an implementation for cloud storage using the S3 official plugin as an example Here is the main plugin code in typescript (i pretty much copied also the build stuff from the S3 provider github code)
util:
then just update middlewares:
Good luck. |
The provider API has not changed. This provider still works with strapi 5. |
when I try to install it , it get : npm warn EBADENGINE Unsupported engine { |
I configured the typescript plugin and middleware but it still stores in my local storage: plugin.ts export default ({ env }: { env: (key: string) => string }) => ({ middleware.ts export default [ |
When this plugin will be updated to support Strapi v5 ?
The text was updated successfully, but these errors were encountered: