medusajs / medusa

The world's most flexible commerce platform.
https://medusajs.com
MIT License
25.93k stars 2.6k forks source link

Medusa Learning Resources: Issue in Medusa Learning Resources #8646

Closed BJR-developer closed 2 months ago

BJR-developer commented 2 months ago

What Medusa version and documentation are you using?

v2

Preliminary Checks

Issue Summary

Please mention that if something dependency like @medusajs/file-s3 packages you want to integrate then you need to install that package version in preview (ex: yarn add @medusajs/file-s3@preview).. so make sure packages.json file have >>> "@medusajs/file-s3": "preview" ...otherwise deployment will be fail in Railway.

How can this issue be resolved?

1.npm install @medusajs/file-s3@preview 2. 3. ...

Are you interested in working on this issue?

shahednasser commented 2 months ago

Thanks for reporting this! Will add a note about it in the documentation.