#V2 Admin Panel?

1 messages · Page 1 of 1 (latest)

wise panther
#

I've installed medusa using medusa new ., But when I ran it, I got https://pastebin.com/sygFkK3X, which means there is no admin panel in my directory, and I've done my research on how to get the admin panel on V2, and I've tried cloning the git, installing the npm package, and whatever else. But nothing seems to be working. How do I install the admin panel?

Node: v23.11.0
Npm: 10.9.2
Package.json: https://pastebin.com/Tj28LB4a

peak iron
wise panther
pale jetty
#

Hi @wise panther
Can you run yarn dev and tell me what the folder structure looks like for the .medusa folder in the root directory ?

#

Also, which command have you used to run the backend ?

wise panther
# pale jetty Hi <@499137449331785728> Can you run `yarn dev` and tell me what the folder str...

Yeah, here is what my .medus looks like:

.medusa/
client/
├── entry.jsx
├── index.css
└── index.html
server/
├── public/
│   └── admin/
│       ├── assets/
│       └── index.html
├── src/
│   └── index.js
├── instrumentation.js
├── medusa-config.js
├── package-lock.json
└── package.json
types/
├── index.d.ts
├── modules-bindings.d.ts
└── query-entry-points.d.ts
wise panther
pale jetty
#

Hi @wise panther
So I've tried with your Dockerfile on top of a docker compose to have a postgres database running and I don't have any issues with it though
When you run yarn build locally, are you getting a symlink to the public folder stored inside .medusa/server/public/ ? Technically it should be there, if you can check