Cloudimage plugin for Strapi v4
npm install @cloudimage-strapi/content-plugin
config/server.js
Append url: 'domain (including the http/https:// part)'
Eg: if you website is called mywebsite.com
, then write like this:
1module.exports = ({ env }) => ({
2 host: env('HOST', '0.0.0.0'),
3 port: env.int('PORT', 1337),
4 app: {
5 keys: env.array('APP_KEYS'),
6 },
7 url: 'https://www.mywebsite.com',
8});
It’s very important that you don’t forget to do this
If you enter nothing or an invalid token, you will get this error.
In the rare case that we can’t auto-detect whether token is v7 or not, you will get the option to manually set it.
npm install @cloudimage-strapi/content-plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.