#Unable to build my backend: Why?

1 messages · Page 1 of 1 (latest)

cold hinge
#

Hello,

https://github.com/Saadchr/medusa14
I am able to use yarn run dev, but when doing yarn run start, I am stuck at this level, my admin backend is not launching. I can't access to my locahost:7001 admin url

[medusa-config] :warning: jwt_secret not found. fallback to either cookie_secret or default 'supersecret'.
[medusa-config] :warning: cookie_secret not found. fallback to either cookie_secret or default 'supersecret'.
info:    Connection to Redis established
✔ Models initialized – 24ms
✔ Plugin models initialized – 20ms
✔ Strategies initialized – 20ms
✔ Database initialized – 620ms
✔ Repositories initialized – 30ms
✔ Services initialized – 8ms
⠋ Initializing modules
⠼ Initializing modules
✔ Modules initialized – 1764ms
✔ Express intialized – 3ms
⠙ Initializing plugins
(node:15569) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
✔ Plugins intialized – 882ms
✔ Subscribers initialized – 12ms
✔ API initialized – 35ms
⠴ Initializing defaults
warn:    You don't have any notification provider plugins installed. You may want to add one to your project.
✔ Defaults initialized – 1610ms
✔ Indexing event emitted – 8ms
✔ Server is ready on port: 9000 – 17ms
info:    Processing SEARCH_INDEX_EVENT which has 1 subscribers
GitHub

Contribute to Saadchr/medusa14 development by creating an account on GitHub.

molten mesa
#

Where is the error?

cold hinge
#

My admin doesn't build.

cold hinge
molten mesa
#

npm run build finishes without errors?

cold hinge
#

No error with yarn run build (I am using yarn because Meilisearch plugin got some issues with npm)

molten mesa
#

medusa start what is the output?

cold hinge
#

The same as yarn run start

#

With yarn run dev

molten mesa
#

Sunday evening …

#

Mark it solved 🙂