When I attempt to run this in my project, I get the error "Request error: The URL returned a 404 (not found):
/AppPlugins/MyCustomDashboard/dashboard.html". I can get rid of the error by creating /AppPlugins/MyCustomDashboard/dashboard.html but then the my-extension.js part of the tutorial isn't getting used.
only thing I've done differently to the tutorial is change "$schema": "../../umbraco-package-schema.json", to "$schema": "../../appsettings-schema.json", as I didn't have a umbraco-package-schema.json in my project.
I'm new to learning about creating extensions and unsure where I'm going wrong. any help appreciated.
creating-your-first extension tutorial not working as expected
Im currently working on the tutorial at https://docs.umbraco.com/umbraco-backoffice/tutorials/creating-your-first-extension.
When I attempt to run this in my project, I get the error "Request error: The URL returned a 404 (not found): /AppPlugins/MyCustomDashboard/dashboard.html". I can get rid of the error by creating /AppPlugins/MyCustomDashboard/dashboard.html but then the my-extension.js part of the tutorial isn't getting used.
only thing I've done differently to the tutorial is change "$schema": "../../umbraco-package-schema.json", to "$schema": "../../appsettings-schema.json", as I didn't have a umbraco-package-schema.json in my project.
I'm new to learning about creating extensions and unsure where I'm going wrong. any help appreciated.
what version of Umbraco are you using?
12.0
I believe that tutorial is for the upcoming new backoffice which is not part of v12, you should look at this one instead https://docs.umbraco.com/umbraco-cms/extending/dashboards
thanks, I'll start on that tutorial soon and report back on my progress.
that one works as I was expecting it to. Thanks
is working on a reply...