5.0.0 • Published 8 months ago

strapi-plugin-medusajs v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

🏠 Homepage

Strapi plugin strapi-plugin-medusajs

A quick description of strapi-plugin-medusajs.

Purpose

This plugin is to quickly connect strapi cms with the medusa, to power two awesome open source system, This plugin decouples bootstrapping and configuration, allowing you greate flexibility.

Getting Started

On medusa you need to install the medusa-plugin-strapi-ts, and follow the setup instructions here https://docs.medusajs.com/add-plugins/strapi

On strap in you need to install the strapi-plugin-medusajs You don't need to create an admin user, the plugin will create a default admin user for you if you don't have one already. You can configure the admin like any other plugin, via environment variables.

Install via yarn

yarn add strapi-plugin-medusajs

In your strapi project, enable it

./config/plugins

module.exports = ({ env }) => ({
    // ...
    strapi-plugin-medusajs': true,
    // other plugins
});

In your .env file. Add a MEDUSA_STRAPI_SECRET environment variable. Make sure it has the same value as jwt_secret config in your Medusajs project

MEDUSA_STRAPI_SECRET=<Same as medusajs jwt_secret>

Troubleshooting

You may encounter an error saying maximum length is 255 in which case change the schema type from string to text.

Show your support

I love developing software and building products that are useful. I sincerely hope you this project helps you. I'm happy to help if you need support setting this up. Give a ⭐️ if this project helped you! Catch me on discord @govdiw

As you might have guessed by now that considerable time and effort has gone into make this product useful to the community at large, and I'd love to keep maintaining and upgrading this. However, As much as we love FOSS software, nothing in this world is truly free. Please help by sponsoring or supporting the project. (https://github.com/sponsors/SGFGOV)


5.0.0

8 months ago

4.0.10

1 year ago

4.0.6

1 year ago

4.0.3

1 year ago

4.0.12

1 year ago

4.0.11

1 year ago

4.0.13

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.0.6

1 year ago

3.0.5

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

1.4.10

1 year ago

1.4.8

1 year ago

1.4.7

1 year ago

1.4.6

1 year ago

1.4.5

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.3.8

1 year ago

1.3.7

1 year ago

1.2.9-alpha-19

1 year ago

1.2.9-alpha-17

1 year ago

1.2.9-alpha-4

1 year ago

1.2.9-alpha-3

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago