medusajs / medusa

Building blocks for digital commerce
https://medusajs.com
MIT License
24.29k stars 2.37k forks source link

Medusa v2 Docs: Issue in 3.12 : Widgets - Medusa v2 Docs #8005

Open Saadchr opened 1 month ago

Saadchr commented 1 month ago

Preliminary Checks

Issue Summary

I reproduced the tutorial . I can't see any widget at the top of the page

How can this issue be resolved?

1. 2. 3. ...

Are you interested in working on this issue?

shahednasser commented 1 month ago

Hi @Saadchr thanks for reporting this! Can you please give us more details of the steps you took (other than the documentation you followed)? Was your server running while you created it? Did you try restarting the server? Can you share any screenshots?

Petr-Hl commented 1 month ago

In my case I can't create no widget or route UI on Windows 11 for this issue:

[plugin:vite:import-analysis] Failed to resolve import "H:medusasrcadmin
outescustompage.tsx" from "virtual:medusa/routes/pages". Does the file exist?
virtual:medusa/routes/pages:1:24
1  |  import RouteExt0 from "H:\medusa\src\admin\routes\custom\page.tsx";
   |                         ^
2  |  export default {
3  |        pages: [{ path: "H:\medusa\src\admin\routes\custom\page.tsx", Component: RouteExt0 }],

Can't create any modules too for compiling file .ts like directory not like file in dist folder. I use Node v22.4.0 and VSC 1.91

shahednasser commented 1 month ago

Thanks for reporting this! Looping @kasperkristensen to give more assistance on this

kasperkristensen commented 1 month ago

Hi @Saadchr, can I get you to try with the latest preview release? You might have to delete your yarn.lock and node_modules and re-install dependencies.

grgmgd commented 1 month ago

@kasperkristensen I am also facing this issue with widgets. Installed the latest preview version as of date and still facing the issue.