-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
No default Locking provider explicit defined #9919
Comments
have the same issue |
@triplecasquette, the locking provider log is just a warning and is unrelated to your issue. We will work on including some information about the locking concept for our documentation to provide some clarity. The error you are seeing seems to be related to the admin dashboard. Could you provide a reproduction in a repository and we will take a look at it? |
Hello @olivermrbl, So many people including myself have reported that the admin dashboard fails to start in production since the 2.0.0 release. The only update since 2 weeks ago has been v2.0.1 but that didnt seem to fix anything. Moreover, there hasn't been much feedback or clarity on all these issues that are being reported repeatedly. I can only assume that the medusa team has been busy working on the new medusa cloud. But please, look into these major problems because at this point, the choices are either the old medusa v1 or just opting for other commerce frameworks/platforms. I write this to you Oliver because of the many many hours that I have invested in medusa v2 (specially the storefront part) and now things barely work. I am sure many other devs share the same frustrations as me. Just look into the issues please. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@Deroswent, this comment is not relevant to this issue, so I'll remove it. We are aware of the issue you are referring to and will be working on a fix in the near future. There are only so many things we can do, and we are a small team. Patience is appreciated. |
Hi guys, the issue for which this ticket has been open is link to the way production build should be started. In order to fix this issue, I would suggest to have a read on this documentation section here . Long story short, the main thing to remember about production ready build is to move to the correct location and eventually cp the env file if needed (usually in the case of VPS or local testing with production flag) |
@Mohmdev, could you please reference the issues you are describing here? We are happy to look into it. |
Bug report
Describe the bug
No default locking provider explicit defined (No idea how to define it)
Work in dev mode not in production
(same server and config only the script changes so probably also node env)
System information
Medusa version : 2.0
Node.js version: v20.18.0
Database: Postgres on docker container
Operating system: Debian
Steps to reproduce the behavior
Use :
https://docs.medusajs.com/resources/architectural-modules/event/redis#main
https://docs.medusajs.com/resources/architectural-modules/workflow-engine/redis#main
https://docs.medusajs.com/resources/architectural-modules/cache/redis#main
then build and start on pm2
Expected behavior
Just my dashboard to be available
Additional context
Here's the dev log :
And the production log :
I do not have more infiormations anymore as I delete this session that I cannot use on production sorry I should have picked more context before deleting the project.
The text was updated successfully, but these errors were encountered: