#Any way to get verbose logging during "Admin build is out of sync with the current configuration."?

2 messages Β· Page 1 of 1 (latest)

candid sluice
#

NB: This question is not answered, even though I have solved the root problem I had. Knowing how to enable better logging would be useful regardless, so I'll leave this unsolved. πŸ™‚

Context:
I am deploying medusajs core with admin plugin to digitalocean server (2GB Ram, 1CPU).

Solution to my root problem:
This solved itself after I upgraded to 2GB Ram, 2CPU


Question:

I am currently building and runny medusajs (backend part), and it keeps getting Killed after this part: "- Admin build is out of sync with the current configuration. Rebuild initialized"

There is currently no logging whatsoever to help debugging, which makes this very difficult.

info:    Telemetry collection disabled
query: SELECT * FROM current_schema()
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'public' AND "table_name" = 'migrations'
query: SELECT * FROM "migrations" "migrations" ORDER BY "id" DESC
No migrations are pending
info:    Migrations completed.
info:    Using flag MEDUSA_FF_TAX_INCLUSIVE_PRICING from project config with value true
info:    Connection to Redis established
- Initializing models

βœ” Models initialized – 159ms
- Initializing plugin models

βœ” Plugin models initialized – 34ms
- Initializing strategies

βœ” Strategies initialized – 399ms
- Initializing modules

info:    Connection to Redis in module 'event-bus-redis' established
βœ” Modules initialized – 319ms
- Initializing database

βœ” Database initialized – 701ms
- Initializing repositories

βœ” Repositories initialized – 735ms
- Initializing services

βœ” Services initialized – 33ms
- Initializing express

βœ” Express intialized – 48ms
- Initializing plugins

- Admin build is out of sync with the current configuration. Rebuild initialized

Killed

My only theory is that there are memory issues on the VPS. Will attempt an upgrade and see if that would solve the problem.

#

Yes! My theory have been tested and validated! πŸ₯³ But it would be nice to have better and more verbose logging as for what causes issues like this. Unsure if that is possible when the root cause is hardware issues?