You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it created a folder under .medusa/admin, to serve from there i need to use a seperate http server from medusa's, (I used python3.12 -m http.server to test it)
But if there was a option for medusa where i can serve the admin build from medusa's http server (like a public directory)
Also i tried to create a public directory under .medusa/server/public and put a file there helloworld.txt but it returns 404 when i try to hit it.
This partially solves my problem for now. Thank you for the answer.
Package.json file
Node.js version
v22.12.0
Database and its version
latest
Operating system name and version
windows 10
Browser name
chrome
What happended?
I've created a file under
src/admin/routes/settings/custom/page.tsx
with content of:It works fine in development but when i do
And open a production instance, it's not showing the custom settings on the left menu.
I followed these docs:
Expected behavior
I want to see the custom settings page i created on production
Actual behavior
I don't see the custom settings page i created on production
Link to reproduction repo
https://github.com/mentalrob/medusa-reproduction
The text was updated successfully, but these errors were encountered: