#Create an Admin UI Route

3 messages · Page 1 of 1 (latest)

glass spade
#

I wanted to use the widget and route feature so created a new medusa project using with the beta version of "@medusajs/admin": "^7.0.0-beta-20230619170349" and "@medusajs/medusa": "^1.12.1-beta-20230619170349

The medusa widget works fine but when I create a route the page doesn't show and the route doesn't get added to the admin sidebar.

I followed the steps listed here: https://docs.medusajs.com/admin/routes

Has anyone been able to create a admin route? Please, how were you able to do it?

Learn how to create a new route in the admin dashboard.

real bluff
#

Could you quickly talk through what steps you're taking/what your setup looks like?

glass spade
#

It turns out that the react component file must be named page.tsx before it can work